Skip to main content

for_loop_parts

Function for_loop_parts 

Source
fn for_loop_parts<'hir>(
    block: Block<'hir>,
) -> Option<(&'hir Expr<'hir>, &'hir Stmt<'hir>)>