Type Alias pgrx_pg_sys::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),
}