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