Type Alias NotIlike

Source
pub type NotIlike<Lhs, Rhs> = NotILike<Lhs, Rhs>;

Aliased Typeยง

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