Type Alias disintegrate_postgres::WithPgSnapshot

source ·
pub type WithPgSnapshot = WithSnapshot<PgSnapshotter>;
Expand description

An alias for WithSnapshot, specialized for Postgres.

Aliased Type§

struct WithPgSnapshot { /* private fields */ }