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

A vertex property.

Implementors