Trait kademlia_routing_table::HasName [] [src]

pub trait HasName {
    fn name(&self) -> &XorName;
}

required trait for the info held on a node by routing_table

Required Methods

fn name(&self) -> &XorName

return xor_name for this type

Implementors