pub trait Ten<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>: Nine<T1, T2, T3, T4, T5, T6, T7, T8, T9> + Contains<T10> { }
A set containing 10 types.
This should not be implemented manually.
For easy usage, see the macro Set.
Set