pub trait VertexMetadata { type Id: VertexId; type EdgeMeta: EdgeMetadata; }
Trait implemented by types that hold a vertex metadata.