[][src]Trait graph_traits::GraphEdgeMutIndexable

pub trait GraphEdgeMutIndexable<E>: GraphBase + GraphEdgeIndexable<E> {
    pub fn edge_mut(&mut self, id: Self::EdgeID) -> &mut E;
}

Required methods

pub fn edge_mut(&mut self, id: Self::EdgeID) -> &mut E[src]

Loading content...

Implementors

impl<E, T> GraphEdgeMutIndexable<E> for T where
    T: PetgraphDataMapMut + PetgraphData<EdgeWeight = E>, 
[src]

Loading content...