pgrx_pg_sys

Type Alias fmExprContextCallbackFunction

Source
pub type fmExprContextCallbackFunction = Option<unsafe extern "C" fn(arg: Datum)>;

Aliased Type§

enum fmExprContextCallbackFunction {
    None,
    Some(unsafe extern "C" fn(_: Datum)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: Datum))

Some value of type T.