pub trait VertexProp<G, T>: Index<Vertex<G>, Output = T>where
    G: WithVertex,
{ }
Expand description

A vertex property that can be read using indexing operation.

Implementors