pub trait VerticesClient:
Sized
+ Debug
+ Default
+ Clone { }
Expand description
The trait that must be supported by a client vertices
Clone is required as Vertices can be borrowed by more than one object, and an instantiable object contains the VerticesClient for the Vertices
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.