Module map

Module map 

Source
Expand description

Implementation of the map logic.

Structs§

MapConfig
Configuration for a map
MapItemIter
Iterator which iterates all non-erased & non-corrupted items in the map.
MapStorage
A map-like storage

Enums§

SerializationError
Error for map value (de)serialization.

Traits§

Key
Anything implementing this trait can be used as a key in the map functions.
Value
The trait that defines how map values are serialized and deserialized.