Trait hypergraph::HyperedgeTrait
source · [−]pub trait HyperedgeTrait: VertexTrait + Into<usize> { }Expand description
Shared Trait for the hyperedges. Must be implemented to use the library.
pub trait HyperedgeTrait: VertexTrait + Into<usize> { }Shared Trait for the hyperedges. Must be implemented to use the library.