pub unsafe trait SupersetOf<S> { }
Implemented if a set is a superset of S.
S
Implementing this is unsafe, for custom set-types, implement AsSet instead.
AsSet