amgettuple_function

Type Alias amgettuple_function 

Source
pub type amgettuple_function = Option<unsafe extern "C-unwind" fn(scan: IndexScanDesc, direction: Type) -> bool>;

Aliased Type§

pub enum amgettuple_function {
    None,
    Some(unsafe extern "C-unwind" fn(*mut IndexScanDescData, i32) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut IndexScanDescData, i32) -> bool)

Some value of type T.