Expand description

Prelude to use essentials: use my_module::prelude::*.

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``.

Functions§

Attribute Macros§

  • Derive macro to generate former for a structure. Former is variation of Builder Pattern.