Skip to main content

EventBatchIter

Type Alias EventBatchIter 

Source
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 */);