pub type Iterative<'scope, TOuter, TInner> = Scope<'scope, Product<TOuter, TInner>>;Expand description
Type alias for an iterative scope.
Aliased Type§
pub struct Iterative<'scope, TOuter, TInner> { /* private fields */ }pub type Iterative<'scope, TOuter, TInner> = Scope<'scope, Product<TOuter, TInner>>;Type alias for an iterative scope.
pub struct Iterative<'scope, TOuter, TInner> { /* private fields */ }