Type Alias Gt

Source
pub type Gt<Lhs, Rhs> = Grouped<Gt<Lhs, AsExpr<Rhs, Lhs>>>;
Expand description

The return type of lhs.gt(rhs)

Aliased Typeยง

struct Gt<Lhs, Rhs>(/* private fields */);