Type Alias slabby::Slab8

source ·
pub type Slab8<T> = Slab<T, u8>;
Expand description

A Slab which can hold up to 255 elements.

Aliased Type§

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