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

pub struct ChainedTransformation<A, B>(_, _);
Expand description

A wrapper that composes two Transformations into one.

This applies first the transformation A, then B. It is used internally to compose things together when the transform is called.

Trait Implementations

The type of resource after the transformation.

The type of installer after the transformation. Read more

Creates the installer. Read more

Transforms one instance of the resource. 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.

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.