Skip to main content

loop_stmts

Function loop_stmts 

Source
pub fn loop_stmts<'gcx>(
    block: Block<'gcx>,
    source: LoopSource<'gcx>,
) -> impl Iterator<Item = &'gcx Stmt<'gcx>> + Clone
Expand description

The statements of one loop iteration: the body followed by the for update, if any.