pub type RangeExtendsLeftTo<Lhs, Rhs> = Grouped<ExtendsLeftTo<Lhs, AsExpr<Rhs, Lhs>>>;
Available on crate feature
postgres_backend
only.Expand description
The return type of lhs.range_extends_left_to(rhs)
for range expressions
Aliased Type§
struct RangeExtendsLeftTo<Lhs, Rhs>(pub ExtendsLeftTo<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>);
Fields§
§0: ExtendsLeftTo<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>