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