pgrx_pg_sys

Type Alias CCFastEqualFN

Source
pub type CCFastEqualFN = Option<unsafe extern "C" fn(a: Datum, b: Datum) -> bool>;

Aliased Type§

enum CCFastEqualFN {
    None,
    Some(unsafe extern "C" fn(_: Datum, _: Datum) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.