pub trait DynTuple: Sealed {
// Required method
fn arity(&self) -> usize;
}Expand description
Tuples of unknown size. Implemented for tuples of arity 0 to 32.
pub trait DynTuple: Sealed {
// Required method
fn arity(&self) -> usize;
}Tuples of unknown size. Implemented for tuples of arity 0 to 32.