diesel::helper_types

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§

struct IsContainedByRange<Lhs, Rhs>(pub IsContainedBy<Lhs, <Rhs as AsExpression<Range<<Lhs as Expression>::SqlType>>>::Expression>);

Fields§

§0: IsContainedBy<Lhs, <Rhs as AsExpression<Range<<Lhs as Expression>::SqlType>>>::Expression>