Trait fuel_core_p2p::TryPeerId
source · pub trait TryPeerId {
// Required method
fn try_to_peer_id(&self) -> Option<PeerId>;
}
Required Methods§
sourcefn try_to_peer_id(&self) -> Option<PeerId>
fn try_to_peer_id(&self) -> Option<PeerId>
Tries convert Self
into PeerId
.