Type Alias StandardSlab

Source
pub type StandardSlab<T> = Slab<T, usize>;
Expand description

A standard slab arena which can hold up to std::usize::MAX elements but does not support element removal

Aliased Typeยง

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