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