pub trait PeerSpec {
    fn id(&self) -> PeerId;
    fn keypair(&self) -> PeerKp;
}

Required Methods

Implementors