pub trait NestedTuple { }Expand description
A tuple of the form (A, (B, (… (N, ())))).
It is always terminated with a unit.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait NestedTuple { }A tuple of the form (A, (B, (… (N, ())))).
It is always terminated with a unit.
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".