Trait rs_graph::NodeMapMut
[−]
[src]
pub trait NodeMapMut<'a, G, T>: NodeMap<'a, G, T> + IndexMut<G::Node, Output = T> where
G: Graph<'a>, { }
Trait for mutable maps assigning values to nodes of a graph.