Crate variadic

Crate variadic 

Source
Expand description

Variadic conversion utilities

Modules§

dependency
Namespace with dependencies.
exposed
Exposed namespace of the module.
orphan
Orphan namespace of the module.
own
Own namespace of the module.
prelude
Prelude to use essentials: use my_module ::prelude :: *.
variadic
Internal implementation of variadic From traits and macro.

Macros§

from
Macro to construct a struct from variadic arguments.

Traits§

From1
Trait for converting from one argument.
From2
Trait for converting from two arguments.
From3
Trait for converting from three arguments.

Derive Macros§

VariadicFrom
Derive macro for VariadicFrom.