pub trait GenericTuple: Sealed { }
Expand description
A marker trait implemented by all tuples up to arity 26(100 with the big-tuples
feature enabled).
pub trait GenericTuple: Sealed { }
A marker trait implemented by all tuples up to arity 26(100 with the big-tuples
feature enabled).