or2

Function or2 

Source
pub fn or2<'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 OR of two expressions.