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

type EdgeSliceMut<'a, 'b, G, T> = GraphSliceMut<'a, 'b, G, GraphEdgeIndexer<'a, G>, T>;

Mutable slice of a edge indexed vector.