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