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