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