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
Fromtraits 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§
- Variadic
From - Derive macro for
VariadicFrom.