pub trait Tuple6: Tuple {
type Item0;
type Item1;
type Item2;
type Item3;
type Item4;
type Item5;
}Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".