for_each_break_expr

Function for_each_break_expr 

Source
fn for_each_break_expr(
    label: Option<Label>,
    body: Option<StmtList>,
    cb: &mut dyn FnMut(BreakExpr),
)