Crate generate

Source

Macros§

  • A procedural macro that may be used to produce a generator type.

Enums§

Traits§

  • Stable version of std::generator::Generator

Functions§

  • Turns the given generator into an iterator.
  • Turns the given generator into an iterator, with a function to handle the GeneratorState::Complete(_) case.