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