pub type StandardSlabIndex<T> = SlabIndex<T, usize>;
An index into a Slab<T>
Slab<T>
struct StandardSlabIndex<T> { /* private fields */ }