Type Alias RefetchForeignRow_function

Source
pub type RefetchForeignRow_function = Option<unsafe extern "C" fn(estate: *mut EState, erm: *mut ExecRowMark, rowid: Datum, slot: *mut TupleTableSlot, updated: *mut bool)>;

Aliased Type§

pub enum RefetchForeignRow_function {
    None,
    Some(unsafe extern "C" fn(*mut EState, *mut ExecRowMark, Datum, *mut TupleTableSlot, *mut bool)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut EState, *mut ExecRowMark, Datum, *mut TupleTableSlot, *mut bool))

Some value of type T.