Trait kademlia_routing_table::ContactInfo [] [src]

pub trait ContactInfo: Clone + Eq {
    fn name(&self) -> &XorName;
}

Contact info about a node in the network.

Required Methods

fn name(&self) -> &XorName

Returns the name of this contact.

Implementors