pub type RangeExtendsRightTo<Lhs, Rhs> = Grouped<ExtendsRightTo<Lhs, AsExpr<Rhs, Lhs>>>;
Available on crate feature
postgres_backend
only.Expand description
The return type of lhs.range_extends_right_to(rhs)
for range expressions
Aliased Typeยง
pub struct RangeExtendsRightTo<Lhs, Rhs>(/* private fields */);