fuel_core_p2p

Trait TryPeerId

source
pub trait TryPeerId {
    // Required method
    fn try_to_peer_id(&self) -> Option<PeerId>;
}

Required Methods§

source

fn try_to_peer_id(&self) -> Option<PeerId>

Tries convert Self into PeerId.

Implementors§