pub type Slab8<T> = Slab<T, u8>;
A Slab which can hold up to 255 elements.
Slab
struct Slab8<T> { /* private fields */ }