Type Alias concordium_std::StateIter

source ·
pub type StateIter = ExternStateIter;
Expand description

A host-backed iterator over part of the state.

See ExternStateIter for the methods implemented via primarily Iterator.

Aliased Type§

struct StateIter { /* private fields */ }