pub type ChannelCreateChannelResult = Result<(), Error>;
pub enum ChannelCreateChannelResult { Ok(()), Err(Error), }
Contains the success value
Contains the error value