Type Alias pgrx_pg_sys::amoptions_function

source ·
pub type amoptions_function = Option<unsafe extern "C" fn(reloptions: Datum, validate: bool) -> *mut bytea>;

Aliased Type§

enum amoptions_function {
    None,
    Some(unsafe extern "C" fn(_: Datum, _: bool) -> *mut varlena),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: Datum, _: bool) -> *mut varlena)

Some value of type T.