Type Definition rs_graph::vec::BiEdgeSliceMut [] [src]

type BiEdgeSliceMut<'a, 'b, G, T> = GraphSliceMut<'a, 'b, G, GraphBiEdgeIndexer<'a, G>, T>;

Mutable slice of a biedge indexed vector.