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