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