Type Alias pgrx_pg_sys::IsForeignPathAsyncCapable_function
source · pub type IsForeignPathAsyncCapable_function = Option<unsafe extern "C" fn(path: *mut ForeignPath) -> bool>;
Aliased Type§
enum IsForeignPathAsyncCapable_function {
None,
Some(unsafe extern "C" fn(_: *mut ForeignPath) -> bool),
}