Crate as_tuple

Source
Expand description

View any struct as a tuple! ✨

See AsTuple for usage info.

Traits§

AsTuple
A trait for viewing a struct as a tuple. You shouldn’t implement this yourself, since the point of this crate is to derive it for you.

Derive Macros§

AsTuple