pub type IsContainedByRange<Lhs, Rhs> = Grouped<IsContainedBy<Lhs, AsExprOf<Rhs, Range<SqlTypeOf<Lhs>>>>>;Available on crate features
postgres_backend and sqlite only.Expand description
The return type of lhs.is_contained_by_range(rhs)
Aliased Typeยง
pub struct IsContainedByRange<Lhs, Rhs>(/* private fields */);