Type Alias WithPgSnapshot

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

An alias for WithSnapshot, specialized for Postgres.

Aliased Typeยง

pub struct WithPgSnapshot { /* private fields */ }