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

Preorder walk all the expression’s child expressions.