Type Alias pgrx_pg_sys::amendscan_function

source ·
pub type amendscan_function = Option<unsafe extern "C" fn(scan: IndexScanDesc)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.