pub fn visit_expr_like<V>(v: &mut V, node: &ExprLike)where V: Visit + ?Sized,
Default traversal for ExprLike nodes. Visits the attribute expression and pattern.
ExprLike