Crate slab [] [src]

Structs

Slab

A preallocated chunk of memory for storing objects of the same type.

SlabIter
SlabMutIter

Traits

Index

Slab can be indexed by any type implementing Index trait.