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