pub type RangeContains<Lhs, Rhs> = Grouped<Contains<Lhs, AsExprOf<Rhs, <SqlTypeOf<Lhs> as RangeHelper>::Inner>>>;
Expand description
The return type of lhs.contains(rhs)
for range expressions
Aliased Typeยง
struct RangeContains<Lhs, Rhs>(/* private fields */);