pub type ChannelResult = Result<Arc<Channel>>;
A channel result returned by a ChannelProvider.
ChannelProvider
pub enum ChannelResult { Ok(Arc<Channel>), Err(Error), }
Contains the success value
Contains the error value