pgrx_pg_sys

Type Alias ParseParamRefHook

Source
pub type ParseParamRefHook = Option<unsafe extern "C" fn(pstate: *mut ParseState, pref: *mut ParamRef) -> *mut Node>;

Aliased Type§

enum ParseParamRefHook {
    None,
    Some(unsafe extern "C" fn(_: *mut ParseState, _: *mut ParamRef) -> *mut Node),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut ParseState, _: *mut ParamRef) -> *mut Node)

Some value of type T.