Tuple

Trait Tuple 

Source
pub trait Tuple { }
🔬This is a nightly-only experimental API. (tuple_trait)
Expand description

A marker for tuple types.

The implementation of this trait is built-in and cannot be implemented for any user type.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§