[][src]Module next_gen::prelude

The crate prelude: reexport the most essential utilities so that blob use-ing them should enable the most straight-forward usage.

Re-exports

pub use crate::gen_iter;
pub use crate::mk_gen;
pub use crate::stack_pinned;

Enums

GeneratorState

Value obtained when polling a GeneratorFn.

Attribute Macros

generator

Transforms a function with yield_! calls into a generator.