Type Alias diesel::dsl::Gt

source ·
pub type Gt<Lhs, Rhs> = Grouped<Gt<Lhs, AsExpr<Rhs, Lhs>>>;
Expand description

The return type of lhs.gt(rhs)

Aliased Type§

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

Fields§

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