Function next_iteration

Source
pub fn next_iteration<O0: Into<Output>>(
    data: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for NextIteration::new().build(data, scope).