Crate slab [−] [src]
Structs
Entry |
A handle to an occupied slot in the |
Iter |
An iterator over the values stored in the |
IterMut |
A mutable iterator over the values stored in the |
Slab |
A preallocated chunk of memory for storing objects of the same type. |
VacantEntry |
A handle to a vacant slot in the |