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ยง
pub struct RangeExtendsLeftTo<Lhs, Rhs>(/* private fields */);