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