Struct spirit::fragment::SeqInstaller[][src]

pub struct SeqInstaller<Slave> { /* fields omitted */ }
Expand description

A sequence installer.

This is an auxiliary installer wrapper, to install instances from a collection of fragments.

Usually, this is used behind the scenes in things like Vec<F: Fragment> and shouldn’t have to be used by user directly.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

A handle representing lifetime of the resource. Read more

Installs another instance of the resource. Read more

Initialize the installer. 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.