pub type IterateDirectModify_function = Option<unsafe extern "C-unwind" fn(node: *mut ForeignScanState) -> *mut TupleTableSlot>;Aliased Type§
pub enum IterateDirectModify_function {
None,
Some(unsafe extern "C-unwind" fn(*mut ForeignScanState) -> *mut TupleTableSlot),
}Variants§
None
No value.
Some(unsafe extern "C-unwind" fn(*mut ForeignScanState) -> *mut TupleTableSlot)
Some value of type T.