pub fn not(expr: Expr) -> ExprExpand description
Create a NOT expr unary expression.
Wraps the given expression in a logical negation. Equivalent to calling
Expr::not() on the expression.
pub fn not(expr: Expr) -> ExprCreate a NOT expr unary expression.
Wraps the given expression in a logical negation. Equivalent to calling
Expr::not() on the expression.