Type Definition postgres_es::PostgresSnapshotCqrs[][src]

pub type PostgresSnapshotCqrs<A> = CqrsFramework<A, PostgresSnapshotStore<A>>;
Expand description

A convenience type for a CqrsFramework backed by PostgresSnapshotStore.