Skip to main content

VertexMetadata

Trait VertexMetadata 

Source
pub trait VertexMetadata {
    type Id: VertexId;
    type EdgeMeta: EdgeMetadata;
}
Expand description

Trait implemented by types that hold a vertex metadata.

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§