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

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

Stream of events returned by the EventSubscriber::subscribe_all method.