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

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