pgrx_pg_sys

Type Alias ShutdownForeignScan_function

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

Aliased Type§

enum ShutdownForeignScan_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.