pub fn decision_maker<E: Event + Send + Sync + Clone, S: Serde<E> + Clone + Sync + Send>(
event_store: PgEventStore<E, S>,
) -> PgDecisionMaker<E, S, NoSnapshot>
pub fn decision_maker<E: Event + Send + Sync + Clone, S: Serde<E> + Clone + Sync + Send>(
event_store: PgEventStore<E, S>,
) -> PgDecisionMaker<E, S, NoSnapshot>