[][src]Type Definition eventually_core::store::EventStream

type EventStream<'a, S> = BoxStream<'a, Result<<S as EventStore>::Event, <S as EventStore>::Error>>;

Stream type returned by the EventStore::stream method.