Type Definition diesel::helper_types::Gt
source · pub type Gt<Lhs, Rhs> = Grouped<Gt<Lhs, AsExpr<Rhs, Lhs>>>;
Expand description
The return type of
lhs.gt(rhs)
pub type Gt<Lhs, Rhs> = Grouped<Gt<Lhs, AsExpr<Rhs, Lhs>>>;
The return type of
lhs.gt(rhs)