[][src]Trait networking::peers::PeerList

pub trait PeerList {
    fn get_peer(global_hash: &str) -> Option<ArtificePeer>;
}

Required methods

fn get_peer(global_hash: &str) -> Option<ArtificePeer>

Loading content...

Implementors

Loading content...