[][src]Type Definition pgx_pg_sys::pg10_specific::SnapshotSatisfiesFunc

type SnapshotSatisfiesFunc = Option<unsafe extern "C" fn(htup: HeapTuple, snapshot: Snapshot, buffer: Buffer) -> bool>;