pub trait WithBatchIndexingDefaults {
// Provided method
fn with_indexing_defaults(&mut self, _indexing_defaults: IndexingDefaults) { ... }
}
Expand description
Allows for passing defaults from the pipeline to the batch transformer Required for batch transformers as at least a marker, implementation is not required