Function ide_db::syntax_helpers::node_ext::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),
)