pub type PeerControllerGetPeerIdResult = Result<PeerControllerGetPeerIdResponse, Error>;Aliased Type§
pub enum PeerControllerGetPeerIdResult {
Ok(PeerControllerGetPeerIdResponse),
Err(Error),
}Variants§
Ok(PeerControllerGetPeerIdResponse)
Contains the success value
Err(Error)
Contains the error value