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