pub fn loop_stmts<'gcx>( block: Block<'gcx>, source: LoopSource<'gcx>, ) -> impl Iterator<Item = &'gcx Stmt<'gcx>> + Clone
The statements of one loop iteration: the body followed by the for update, if any.
for