pub trait Six<T1, T2, T3, T4, T5, T6>: Five<T1, T2, T3, T4, T5> + Contains<T6> { }
A set containing 6 types.
This should not be implemented manually.
For easy usage, see the macro Set.
Set