Skip to main content

RunEventIter

Type Alias RunEventIter 

Source
pub type RunEventIter = Box<dyn Iterator<Item = Result<RunEvent, EventStoreError>> + Send>;

Aliased Typeยง

pub struct RunEventIter(/* private fields */);