Type Alias PtrSlabIndex

Source
pub type PtrSlabIndex<T> = SlabIndex<T, NonZeroIndex<usize>>;
Expand description

An index into a PtrSlab<T>

Aliased Typeยง

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