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

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

Implementors§

source§

impl<T> HyperedgeTrait for Twhere T: VertexTrait + Into<usize>,