Skip to main content

RangeContains

Type Alias RangeContains 

Source
pub type RangeContains<Lhs, Rhs> = Grouped<Contains<Lhs, AsExprOf<Rhs, <SqlTypeOf<Lhs> as RangeOrMultirange>::Inner>>>;
Available on crate features postgres_backend and __sqlite-shared only.
Expand description

The return type of lhs.contains(rhs) for range expressions

Aliased Typeยง

pub struct RangeContains<Lhs, Rhs>(/* private fields */);