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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut ForeignPath) -> bool)

Some value of type T.