pub fn walk_patterns_in_expr(start: &Expr, cb: &mut dyn FnMut(Pat))
Expand description

Preorder walk all the expression’s child patterns.