Trait rs_graph::BiEdgeMapMut
[−]
[src]
pub trait BiEdgeMapMut<'a, G, W>: BiEdgeMap<'a, G, W> + EdgeMapMut<'a, G, W> where
G: Network<'a>, { }
Trait for mutable maps assigning values to biedges of a network.
Implementors
impl<'a, 'b, G, T> BiEdgeMapMut<'a, G, T> for BiEdgeSliceMut<'a, 'b, G, T> where
G: IndexNetwork<'a>,impl<'a, G, T> BiEdgeMapMut<'a, G, T> for BiEdgeVec<'a, G, T> where
G: IndexNetwork<'a>,