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)),
}