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

type EdgeSlice<'a, 'b, G, T> = GraphSlice<'a, 'b, G, GraphEdgeIndexer<'a, G>, T>;

Slice of a edge indexed vector.