Type Alias pgrx_pg_sys::ForeignAsyncNotify_function

source ·
pub type ForeignAsyncNotify_function = Option<unsafe extern "C" fn(areq: *mut AsyncRequest)>;

Aliased Type§

enum ForeignAsyncNotify_function {
    None,
    Some(unsafe extern "C" fn(_: *mut AsyncRequest)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut AsyncRequest))

Some value of type T.