[][src]Trait graph_traits::GraphNodeMutIndexable

pub trait GraphNodeMutIndexable<N>: GraphBase + GraphNodeIndexable<N> {
    pub fn node_mut(&mut self, id: Self::NodeID) -> &mut N;
}

Required methods

pub fn node_mut(&mut self, id: Self::NodeID) -> &mut N[src]

Loading content...

Implementors

impl<N, T> GraphNodeMutIndexable<N> for T where
    T: PetgraphDataMapMut + PetgraphData<NodeWeight = N>, 
[src]

Loading content...