Skip to main content

PeerControllerGetPeerIdResult

Type Alias PeerControllerGetPeerIdResult 

Source
pub type PeerControllerGetPeerIdResult = Result<PeerControllerGetPeerIdResponse, Error>;

Aliased Type§

pub enum PeerControllerGetPeerIdResult {
    Ok(PeerControllerGetPeerIdResponse),
    Err(Error),
}

Variants§

§1.0.0

Ok(PeerControllerGetPeerIdResponse)

Contains the success value

§1.0.0

Err(Error)

Contains the error value