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

Helper type which defines a thread safe boxed Batch trait.

Trait Implementations§

source§

impl Clone for BoxedBatch

source§

fn clone(&self) -> BoxedBatch

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more