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

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

Implementors