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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut ForeignScanState, _: *mut TupleTableSlot) -> bool)

Some value of type T.