Type Alias StandardIndex

Source
pub type StandardIndex<T> = Index<T, usize, NonzeroGeneration<usize>>;
Expand description

A typed index into a StandardArena

Aliased Typeยง

struct StandardIndex<T> { /* private fields */ }