Expand description
This crate provides a derive macro for generating from and to tuple conversion functions.
Traits§
- Generic
Tuple - A marker trait implemented by all tuples up to arity 26(100 with the
big-tuples
feature enabled). - Struple
- Implementors of this trait allow the conversion from and to tuples.