Type Alias diesel::dsl::Lt

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

The return type of lhs.lt(rhs)

Aliased Type§

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

Fields§

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