Expand description
The module defines primitives that allow iterating of the storage.
Modules§
- A type that allows to iterate over the
Changes
.
Structs§
- A boxed variant of the iterator that can be used as a return type of the traits.
Enums§
- A enum for iterating across the database
Traits§
- The traits simplifies conversion into
BoxedIter
. - A trait for iterating over the storage of
KeyValueInspect
. - A trait for iterating over the
Mappable
table. - A helper trait to provide a user-friendly API over table iteration.
Functions§
- Returns an iterator over the values in the
BTreeMap
. - Returns an iterator over the keys in the
BTreeMap
.