pub trait VertexDataProvider:
Deref<Target = VertexData>
+ DerefMut
+ PositionProvider { }
Expand description
A trait, that describes and arbitrary vertex that could be used in a graph. It allows you to use your structure to store additional info in the graph.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.