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

pub struct AndThen<T, A>(_, _);
Expand description

A Transformation that maps a Resource through a fallible closure.

This is used internally, to implement the and_then method. The user should not have to come into direct contact with this.

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.