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