pub trait VertexTrait: Copy + Debug + Display + Eq + Hash { }
Shared Trait for the vertices. Must be implemented to use the library.