Type Alias NotEq

Source
pub type NotEq<Lhs, Rhs> = Grouped<NotEq<Lhs, AsExpr<Rhs, Lhs>>>;
Expand description

The return type of lhs.ne(rhs)

Aliased Typeยง

struct NotEq<Lhs, Rhs>(/* private fields */);