Trait libp2p_quic::ToLibp2p [−][src]
pub trait ToLibp2p { fn to_keypair(&self) -> Keypair; fn to_public(&self) -> PublicKey; fn to_peer_id(&self) -> PeerId { ... } }
pub trait ToLibp2p { fn to_keypair(&self) -> Keypair; fn to_public(&self) -> PublicKey; fn to_peer_id(&self) -> PeerId { ... } }
fn to_keypair(&self) -> Keypair
[src]fn to_public(&self) -> PublicKey
[src]fn to_peer_id(&self) -> PeerId
[src]