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§
None
No value.
Some(unsafe extern "C-unwind" fn(*mut ForeignScanState, *mut TupleTableSlot) -> bool)
Some value of type T.