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