Type Definition block_tools::db::use_diesel::helper_types::Gt[][src]

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

The return type of lhs.gt(rhs)