pub unsafe trait SubsetOf<S> { }
Implemented if set is a subset of S.
S
Implement AsSet instead.
AsSet