pub struct Gn<A = ()> { /* private fields */ }
Expand description

Generator helper

Implementations

create a scoped generator with default stack size

create a scoped local generator with default stack size

create a scoped generator with specified stack size

create a scoped local generator with specified stack size

👎 Deprecated since 0.6.18:

please use scope version instead

create a new generator with default stack size

create a new generator with specified stack size

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.