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 */ }
pub type SlabIndex<T, I> = Index<T, I, DisableRemoval>;
An index into a slab of type T
by a certain type
struct SlabIndex<T, I> { /* private fields */ }