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