pub trait One<T1>: Zero + Contains<T1> { }
A set containing 1 types.
This should not be implemented manually.
For easy usage, see the macro Set.
Set