pub unsafe trait Contains<E> { }
Indicates that a set contains element E.
E
Implement AsSet instead.
AsSet