pub trait Tuple { }
tuple_trait
A marker for tuple types.
The implementation of this trait is built-in and cannot be implemented for any user type.