Type Alias Ne

Source
pub type Ne<Lhs, Rhs> = NotEq<Lhs, Rhs>;

Aliased Typeยง

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