Trait rs_graph::EdgeMapMut[][src]

pub trait EdgeMapMut<'a, G, T>: EdgeMap<'a, G, T> + IndexMut<G::Edge, Output = T> where
    G: Graph<'a>, 
{ }

Trait for mutable maps assigning values to edges of a graph.

Implementors