Module variadic_from::exposed
source · Expand description
Exposed namespace of the module.
Re-exports§
pub use super::wtools;
Macros§
- Variadic constructor.
Traits§
- Constructor without arguments. Alias of Default.
- Constructor with single argument.
- Constructor with two arguments.
- Constructor with three arguments.
- value-to-value conversion that consumes the input value. Change left and rught, but keep semantic of `From_1``.
Derive Macros§
- Derive macro to implement default constructors
From_0,From_1,From_2,From_3.