pub type BoxedBatch = Box<dyn Batch + Send + Sync + 'static>;
Expand description

Helper type which defines a thread safe boxed Batch trait.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more