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

type IndexEdgeSlice<'a, 'b, G, T> = IndexItemSlice<'a, 'b, G, T, EdgeIndexer>;

Slice of a edge indexed vector.