Expand description

Types, which are extension of std.

Modules§

  • Exposed namespace of the module.
  • Variadic constructor. Constructor with n arguments. Like Default, but with arguments.
  • Orphan namespace of the module.
  • Prelude to use essentials: use my_module::prelude::*.
  • Protected namespace of the module.

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