Type Definition block_tools::db::use_diesel::dsl::Lt[][src]

type Lt<Lhs, Rhs> = Lt<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>;

The return type of lhs.lt(rhs)