Function ide_db::syntax_helpers::node_ext::walk_expr

source ·
pub fn walk_expr(expr: &Expr, cb: &mut dyn FnMut(Expr))
Expand description

Preorder walk all the expression’s child expressions.