pub trait HyperedgeTrait: VertexTrait + Into<usize> { }
Expand description

Shared Trait for the hyperedges. Must be implemented to use the library.

Implementors