Function ra_ap_ide_db::helpers::for_each_break_expr[][src]

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

Calls cb on each break expr inside of body that is applicable for the given label.