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