Struct pushgen::structs::Inspect[][src]

pub struct Inspect<Src, F> { /* fields omitted */ }
Expand description

Inspect each value and then pass it on. See inspect() for details.

Trait Implementations

Data-type generated by the generator.

Run the generator, emitting values to the output closure. Read more

Try to advance the generator n values, ignoring them. Read more

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

Performs the conversion.

Performs the conversion.

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.