Crate generate[][src]

Macros

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

Enums

Stable version of std::generator::GeneratorState

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.