Trait libp2p_quic::ToLibp2p[][src]

pub trait ToLibp2p {
    fn to_keypair(&self) -> Keypair;
fn to_public(&self) -> PublicKey; fn to_peer_id(&self) -> PeerId { ... } }

Required methods

Provided methods

Implementors