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