disintegrate_postgres

Type Alias WithPgSnapshot

Source
pub type WithPgSnapshot = WithSnapshot<PgEventId, PgSnapshotter>;
Expand description

An alias for WithSnapshot, specialized for Postgres.

Aliased Typeยง

struct WithPgSnapshot { /* private fields */ }