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