Trait no_std_compat2::marker::Tuple
source · pub trait Tuple { }🔬This is a nightly-only experimental API. (
tuple_trait)Available on non-crate feature
std only.Expand description
A marker for tuple types.
The implementation of this trait is built-in and cannot be implemented for any user type.