Expand description
Contains the slot map implementation.
Structsยง
- Drain
 - A draining iterator for 
SlotMap. - Into
Iter  - An iterator that moves key-value pairs out of a 
SlotMap. - Iter
 - An iterator over the key-value pairs in a 
SlotMap. - IterMut
 - A mutable iterator over the key-value pairs in a 
SlotMap. - Keys
 - An iterator over the keys in a 
SlotMap. - SlotMap
 - Slot map, storage with stable unique keys.
 - Values
 - An iterator over the values in a 
SlotMap. - Values
Mut  - A mutable iterator over the values in a 
SlotMap.