[][src]Type Definition canrun::StateIter

type StateIter<'s, D> = Box<dyn Iterator<Item = State<'s, D>> + 's>;

Type alias for an Iterator of States