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

Kind of a edge.

Implementors