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