IterateDirectModify_function

Type Alias IterateDirectModify_function 

Source
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§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.