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