Type Alias NeAll

Source
pub type NeAll<Lhs, Rhs> = NeAny<Lhs, Rhs>;

Aliased Typeยง

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