Structs§
- Lookup
Map - A non-iterable, lazily loaded storage map that stores its content directly on the storage trie.
- Occupied
Entry - View into an occupied entry in a
LookupMap
. This is part of theEntry
enum. - Vacant
Entry - View into a vacant entry in a
LookupMap
. This is part of theEntry
enum.
Enums§
- Entry
- A view into a single entry in the map, which can be vacant or occupied.