Type Definition radn::func::controlflow::IterativeWrapped
source · pub type IterativeWrapped<'a, F> = Wrap<'a, ControlFlow<<F as Iterative<'a>>::B, F>, <F as Iterative<'a>>::T>;Expand description
Next Iterative state, wrapped.