Struct spirit::fragment::pipeline::CompiledPipeline[][src]

pub struct CompiledPipeline<O, C, T, I, D, E, R, H> { /* fields omitted */ }
Expand description

An internal intermediate type.

This is used internally to represent the Pipeline after it has been inserted into the Extensible.

While it is quite useless (and impossible to get hands on), it will probably be possible to construct one explicitly and use to run the pipeline in a manual way one day.

Trait Implementations

Performs one iteration of the lifetime.

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.

Turns self into the result.

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.