and2

Function and2 

Source
pub fn and2<'a, V, L, R>(
    left: L,
    right: R,
) -> SQLExpr<'a, V, Bool, NonNull, Scalar>
where V: SQLParam + 'a, L: ToSQL<'a, V>, R: ToSQL<'a, V>,
Expand description

Logical AND of two expressions.