Crate struple[][src]

Expand description

This crate provides a derive macro for generating from and to tuple conversion functions.

Traits

A marker trait implemented by all tuples up to arity 26(100 with the big-tuples feature enabled).

Implementors of this trait allow the conversion from and to tuples.

Derive Macros