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§