pub fn visit_expr_not<V>(v: &mut V, node: &ExprNot)where V: Visit + ?Sized,
Default traversal for ExprNot nodes. Visits the inner expression.
ExprNot