Struct spirit::fragment::driver::SeqDriver[][src]

pub struct SeqDriver<Item, SlaveDriver> { /* fields omitted */ }
Expand description

A plumbing Driver for sequences of fragments.

This driver is used to go from single Fragment to a sequence ‒ this is driver for things like Vec<F> or HashSet<F>.

Trait Implementations

Formats the value using the given formatter. Read more

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

The smaller Fragment the driver cuts F into. Read more

Issues the instructions how to transition to the new fragment. Read more

Call to this method informs the Driver that the instructions returned by the last call to instructions were followed and the changes have taken place. Read more

Call to this method informs the Driver that the instructions returned by the last call to instructions were not followed and were dropped. Read more

Informs if there’s a chance the new fragment will use something in the Driver’s cache if applied. 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.