Trait fera_graph::props::EdgePropMut [] [src]

pub trait EdgePropMut<G, T>: IndexMut<Edge<G>, Output = T> where
    G: WithEdge
{ }

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

Implementors