pub trait Contains<E>: SealedContains<E> { }
Indicates that a set contains element E.
E
This trait is sealed, implemente AsSet instead.
AsSet