pub struct Inserter<'i, R, W> { /* private fields */ }
Expand description

inserter keeps track of origin reader, target writer, and all points of insertion

Implementations

create a new inserter with the specified origin document and target

insert the source document into the output document at the given origin index

execute this inserter, consuming it

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.