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