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