[][src]Module greenie::generator

Structs

Generator

Enums

GeneratorState

The result of a generator resumption. This enum is returned from the Generator::resume method and indicates the possible return values of a generator. Currently this corresponds to either a suspension point (Yielded) or a termination point (Complete).

Functions

generator_yield

Yield generator with a value