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