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