pub trait TryPeerId { // Required method fn try_to_peer_id(&self) -> Option<PeerId>; }
Tries convert Self into PeerId.
Self
PeerId