Type Definition Lt
diesel::dsl
type Lt<Lhs, Rhs> = Lt<Lhs, AsExpr<Rhs, Lhs>>;
The return type of lhs.lt(rhs)
lhs.lt(rhs)