Crate as_tuple

source ·
Expand description

View any struct as a tuple! ✨

See AsTuple for usage info.

Traits

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