Function ide_db::syntax_helpers::node_ext::preorder_expr_with_ctx_checker
source ยท pub fn preorder_expr_with_ctx_checker(
start: &Expr,
check_ctx: &dyn Fn(&Expr) -> bool,
cb: &mut dyn FnMut(WalkEvent<Expr>) -> bool,
)