Type Alias pgrx_pg_sys::amrestrpos_function

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

Aliased Type§

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