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