diesel::helper_types

Type Alias EqAny

Source
pub type EqAny<Lhs, Rhs> = In<Lhs, <Rhs as AsInExpression<SqlTypeOf<Lhs>>>::InExpression>;
Expand description

The return type of lhs.eq_any(rhs)

Aliased Typeยง

struct EqAny<Lhs, Rhs> { /* private fields */ }