Type Alias diesel::dsl::LesserThanRange

source ·
pub type LesserThanRange<Lhs, Rhs> = Grouped<IsContainedByNet<Lhs, AsExpr<Rhs, Lhs>>>;
Available on crate feature postgres_backend only.
Expand description

The return type of lhs.range_is_contained_by(rhs)

Aliased Type§

struct LesserThanRange<Lhs, Rhs>(pub IsContainedByNet<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>);

Fields§

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