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

Kind of a edge.

Implementors