pgrx_pg_sys

Type Alias IterateDirectModify_function

Source
pub type IterateDirectModify_function = Option<unsafe extern "C" fn(node: *mut ForeignScanState) -> *mut TupleTableSlot>;

Aliased Type§

enum IterateDirectModify_function {
    None,
    Some(unsafe extern "C" fn(_: *mut ForeignScanState) -> *mut TupleTableSlot),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.