pub type EventStream<'a, S> = Pin<Box<dyn Stream<Item = Result<Persisted<<S as EventStore>::SourceId, <S as EventStore>::Event>, <S as EventStore>::Error>> + Send + 'a>>;Expand description
Stream type returned by the EventStore::stream method.
Aliased Typeยง
pub struct EventStream<'a, S> { /* private fields */ }