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

Kind of a node.

Implementors