pub type Gt<Lhs, Rhs> = Gt<Lhs, AsExpr<Rhs, Lhs>>;Expand description
The return type of
lhs.gt(rhs)
Aliased Typeยง
pub struct Gt<Lhs, Rhs> { /* private fields */ }pub type Gt<Lhs, Rhs> = Gt<Lhs, AsExpr<Rhs, Lhs>>;The return type of
lhs.gt(rhs)
pub struct Gt<Lhs, Rhs> { /* private fields */ }