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