logo
pub trait IdentityInterface where
    Self: 'static + Copy + Hash + Debug + PartialEq + Eq
{ }
Expand description

Interface to identify an instance of somthing, for exampel a node.

Implementors