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

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

Implementors§

source§

impl<T> VertexTrait for Twhere T: Copy + Debug + Display + Eq + Hash + Send + Sync,