pub type WithPgSnapshot = WithSnapshot<PgEventId, PgSnapshotter>;
Expand description
An alias for WithSnapshot
, specialized for Postgres.
Aliased Typeยง
struct WithPgSnapshot { /* private fields */ }
pub type WithPgSnapshot = WithSnapshot<PgEventId, PgSnapshotter>;
An alias for WithSnapshot
, specialized for Postgres.
struct WithPgSnapshot { /* private fields */ }