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

type IndexEdgeSliceMut<'a, 'b, G, T> = IndexItemSliceMut<'a, 'b, G, T, EdgeIndexer>;

Mutable slice of a edge indexed vector.