Module iter

Source
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§

BoxedIter
A boxed variant of the iterator that can be used as a return type of the traits.

Enums§

IterDirection
A enum for iterating across the database

Traits§

IntoBoxedIter
The traits simplifies conversion into BoxedIter.
IterableStore
A trait for iterating over the storage of KeyValueInspect.
IterableTable
A trait for iterating over the Mappable table.
IteratorOverTable
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.