Struct grenad::MergerBuilder[][src]

pub struct MergerBuilder<R, MF> { /* fields omitted */ }
Expand description

A struct that is used to configure a Merger with the sources to merge.

Implementations

Creates a MergerBuilder from a merge function, it can be used to configure your Merger with the sources to merge.

Add a source to merge, this function can be chained.

Push a source to merge, this function can be used in a loop.

Creates a Merger that will merge the sources.

Trait Implementations

Extends a collection with the contents of an iterator. Read more

🔬 This is a nightly-only experimental API. (extend_one)

Extends a collection with exactly one element.

🔬 This is a nightly-only experimental API. (extend_one)

Reserves capacity in a collection for the given number of additional elements. 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.

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.