Trait hypergraph::SharedTrait[][src]

pub trait SharedTrait: Copy + Debug + Eq + Hash { }
Expand description

Shared Trait for hyperedges and vertices. This is a set of traits that must be implemented to use the library.

Implementors