RangeExtendsRightTo

Type Alias RangeExtendsRightTo 

Source
pub type RangeExtendsRightTo<Lhs, Rhs> = Grouped<ExtendsRightTo<Lhs, AsExpr<Rhs, Lhs>>>;
Available on crate features postgres_backend and sqlite 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 */);