pgrx_pg_sys

Type Alias 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.