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

A vertex property.

Implementors§