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