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

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

Implementors