pub fn visit_expr_or<V>(v: &mut V, node: &ExprOr)where V: Visit + ?Sized,
Default traversal for ExprOr nodes. Visits each operand expression.
ExprOr