pub trait EdgeAnnotationStorage: AnnotationStorage<Edge> { }Expand description
An annotation storage for edges.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait EdgeAnnotationStorage: AnnotationStorage<Edge> { }An annotation storage for edges.
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".