pub trait AsSet { type Set: Members; }
Trait that allows usage of custom types instead of [Set].
Set
The Set type.