Expand description
Contains the slot map implementation.
Structs§
- A draining iterator for
SlotMap
. - An iterator that moves key-value pairs out of a
SlotMap
. - An iterator over the key-value pairs in a
SlotMap
. - A mutable iterator over the key-value pairs in a
SlotMap
. - An iterator over the keys in a
SlotMap
. - Slot map, storage with stable unique keys.
- An iterator over the values in a
SlotMap
. - A mutable iterator over the values in a
SlotMap
.