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

Kind of a node.

Implementors