Trait rs_graph::NodeMapMut

source ·
pub trait NodeMapMut<'a, G, T>: NodeMap<'a, G, T> + IndexMut<G::Node, Output = T>where
    G: Graph<'a>,
{ }
Expand description

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

Implementors