pub type EventBatchIter = Box<dyn Iterator<Item = LadduDataResult<EventBatch>> + Send>;Expand description
Sendable iterator of fallible event batches.
Aliased Typeยง
pub struct EventBatchIter(/* private fields */);pub type EventBatchIter = Box<dyn Iterator<Item = LadduDataResult<EventBatch>> + Send>;Sendable iterator of fallible event batches.
pub struct EventBatchIter(/* private fields */);