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

A vertex property that can be read/write using indexing operation.

Implementors§