Type Alias SmallPtrSlabIndex

Source
pub type SmallPtrSlabIndex<T> = SlabIndex<T, NonZeroIndex<u32>>;
Expand description

An index into a SmallPtrSlab<T>

Aliased Typeยง

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