BoxedBatchStream

Type Alias BoxedBatchStream 

Source
pub type BoxedBatchStream = BoxStream<'static, Result<Batch>>;
Expand description

Pointer to a stream that yields Batch.

Aliased Typeยง

#[repr(transparent)]
pub struct BoxedBatchStream { /* private fields */ }