Type Definition rs_graph::vec::IndexEdgeSlice

source ·
pub type IndexEdgeSlice<'a, 'b, G, T> = IndexItemSlice<'a, 'b, G, T, EdgeIndexer>;
Expand description

Slice of a edge indexed vector.