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