Trait fera_graph::props::VertexPropMut [] [src]

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

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

Implementors