Type Definition canrun::core::StateIter

source ·
pub type StateIter = Box<dyn Iterator<Item = State>>;
Expand description

An Iterator of States, with all pending Forks applied and Values resolved.

Typically obtained with Query::query() or StateIterator::into_states().