pub type SmallPtrSlabIndex<T> = SlabIndex<T, NonZeroIndex<u32>>;
Expand description
An index into a SmallPtrSlab<T>
Aliased Typeยง
struct SmallPtrSlabIndex<T> { /* private fields */ }
pub type SmallPtrSlabIndex<T> = SlabIndex<T, NonZeroIndex<u32>>;
An index into a SmallPtrSlab<T>
struct SmallPtrSlabIndex<T> { /* private fields */ }