[][src]Trait hypergraph::SharedTrait

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

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

Implementors

impl<T> SharedTrait for T where
    T: Copy + Debug + Eq + Hash
[src]

Loading content...