pub struct Target {}
Expand description

Helper for building a target for flushing data into.

Implementations

Write output to a file whose path is specified by the given column.

This gives the oportunity to create a stream that writes to multiple files depending on some criteria. It doesn’t write the value of the specified column by default, it is just used to decide the path to the file(s) for writing but that behaviour is configurable.

Write output to the specified path in the filesystem.

Write output to stdout

Write output to stderr

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.