pub type ArrayContains<Lhs, Rhs> = Contains<Lhs, Rhs>;
Contains
struct ArrayContains<Lhs, Rhs>(/* private fields */);