pgrx_pg_sys

Type Alias check_function_callback

Source
pub type check_function_callback = Option<unsafe extern "C" fn(func_id: Oid, context: *mut c_void) -> bool>;

Aliased Type§

enum check_function_callback {
    None,
    Some(unsafe extern "C" fn(_: Oid, _: *mut c_void) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.