Module join_impl::join

source ·
Expand description

Macro output generator.

Re-exports

Modules

  • Configuration of the join! macro.
  • Definition and implementation of join! macro output generator.
  • Name constructors for code generation by join! macro.
  • Parser which takes expression chains and puts them into branches field, and handler (one of map, and_then, then) and puts it into handler field. Handler can be either defined once or not defined.

Structs

  • Default struct which represents result of parsing join! macro input.

Traits

  • Result of parsing join! macro input in trait form.

Functions

  • Generates output of the join! macro based on parsed input and given config.