pub type WithPgSnapshot = WithSnapshot<PgSnapshotter>;
Expand description

An alias for WithSnapshot, specialized for Postgres.

Aliased Type§

struct WithPgSnapshot { /* private fields */ }