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