ide_db::syntax_helpers::node_ext

Function for_each_break_and_continue_expr

source
pub fn for_each_break_and_continue_expr(
    label: Option<Label>,
    body: Option<StmtList>,
    cb: &mut dyn FnMut(Expr),
)