Type Alias disintegrate_postgres::PgDecisionMaker
source · pub type PgDecisionMaker<E, S, SN> = DecisionMaker<EventSourcedDecisionStateStore<PgEventStore<E, S>, SN>>;
Expand description
An alias for DecisionMaker
, specialized for Postgres.
Aliased Type§
struct PgDecisionMaker<E, S, SN> { /* private fields */ }