diesel::helper_types

Type Alias GreaterThanRange

Source
pub type GreaterThanRange<Lhs, Rhs> = Grouped<ContainsNet<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 GreaterThanRange<Lhs, Rhs>(pub ContainsNet<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>);

Fields§

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