pub type StandardIndex<T> = Index<T, usize, NonzeroGeneration<usize>>;
A typed index into a StandardArena
StandardArena
struct StandardIndex<T> { /* private fields */ }