RecheckForeignScan_function

Type Alias RecheckForeignScan_function 

Source
pub type RecheckForeignScan_function = Option<unsafe extern "C-unwind" fn(node: *mut ForeignScanState, slot: *mut TupleTableSlot) -> bool>;

Aliased Type§

pub enum RecheckForeignScan_function {
    None,
    Some(unsafe extern "C-unwind" fn(*mut ForeignScanState, *mut TupleTableSlot) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.