Module lookup_map

Source

Structs§

LookupMap
A non-iterable, lazily loaded storage map that stores its content directly on the storage trie.
OccupiedEntry
View into an occupied entry in a LookupMap. This is part of the Entry enum.
VacantEntry
View into a vacant entry in a LookupMap. This is part of the Entry enum.

Enums§

Entry
A view into a single entry in the map, which can be vacant or occupied.