pgrx_pg_sys

Type Alias ReScanForeignScan_function

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

Aliased Type§

enum ReScanForeignScan_function {
    None,
    Some(unsafe extern "C" fn(_: *mut ForeignScanState)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.