pub fn or(
a_expr: impl AsRef<Expression>,
b_expr: impl AsRef<Expression>,
) -> ClosureExpression
Expand description
Returns an expression that is the or’ed result of the given boolean expressions.
pub fn or(
a_expr: impl AsRef<Expression>,
b_expr: impl AsRef<Expression>,
) -> ClosureExpression
Returns an expression that is the or’ed result of the given boolean expressions.