Type Definition rs_graph::vec::IndexNodeSlice

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

Slice of a node indexed vector.