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