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