Type Alias SlabIndex

Source
pub type SlabIndex<T, I> = Index<T, I, DisableRemoval>;
Expand description

An index into a slab of type T by a certain type

Aliased Typeยง

struct SlabIndex<T, I> { /* private fields */ }