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