Module default_constructor::effects

source ·
Expand description

Standard intermediate functions that can be called via the @name syntax.

This enables conversion chains like &str --into--> String --@some--> Option<String>.

Functions§

  • Construct an Arc.
  • Construct an iterator from an array.
  • Construct a Box.
  • Construct a Cow.
  • Construct an Rc.
  • Construct a Some.