Module fuel_core_storage::iter
source · Expand description
The module defines primitives that allow iterating of the storage.
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
.