[][src]Trait rs_graph::EdgeMapMut

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

impl<'a, G, T, I> EdgeMapMut<'a, G, T> for I where
    G: Graph<'a>,
    I: IndexMut<G::Edge, Output = T>, 
[src]

Loading content...