pub trait AsSet { type Set: Members; }
Trait that allows usage of custom types as a set.
The Set type.
Set