Trait rs_graph::EdgeMapMut

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

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

Implementors