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