Crate meta_tuple

Source

Macros§

impl_meta_tuple
Implement MetaTuple for a type and by proxy IntoMetaTuple, making it equivalent to MetaItem<T>.
meta_tuple
Create a MetaTuple.
meta_tuple_type
Creates the typing of a MetaTuple.

Structs§

Join
MetaItem
A MetaTuple containing a single item.

Enums§

ErasedInner
Erased MetaTuple.
ErasedInnerMut
Erased mutable MetaTuple.

Traits§

IntoMetaTuple
A trait that converts a more user friendly concrete type into a MetaTuple.
MetaBox
A dyn compatible alternative to Any that can contain multiple items.
MetaTuple
A statically typed opaque tuple that can contain any type.