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