Expand description
Implementation of the map logic.
Structs§
- MapConfig
- Configuration for a map
- MapItem
Iter - Iterator which iterates all non-erased & non-corrupted items in the map.
- MapStorage
- A map-like storage
Enums§
- Serialization
Error - Error for map value (de)serialization.
Traits§
- Key
- Anything implementing this trait can be used as a key in the map functions.
- Postcard
Value - Marker trait for types that will be serialized using postcard.
- Value
- The trait that defines how map values are serialized and deserialized.