Type Alias pgrx_pg_sys::RecheckForeignScan_function
source · pub type RecheckForeignScan_function = Option<unsafe extern "C" fn(node: *mut ForeignScanState, slot: *mut TupleTableSlot) -> bool>;
Aliased Type§
enum RecheckForeignScan_function {
None,
Some(unsafe extern "C" fn(_: *mut ForeignScanState, _: *mut TupleTableSlot) -> bool),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut ForeignScanState, _: *mut TupleTableSlot) -> bool)
Some value of type T
.