Type Alias IsContainedByRange

Source
pub type IsContainedByRange<Lhs, Rhs> = Grouped<IsContainedBy<Lhs, AsExprOf<Rhs, Range<SqlTypeOf<Lhs>>>>>;
Available on crate feature postgres_backend only.
Expand description

The return type of lhs.is_contained_by_range(rhs)

Aliased Typeยง

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