pub unsafe trait Contains<E> { }
Implemented if a set contains the element E.
E
Implementing this is unsafe, for custom set-types, implement AsSet instead.
AsSet