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§
enum RefetchForeignRow_function {
None,
Some(unsafe extern "C" fn(_: *mut EState, _: *mut ExecRowMark, _: Datum, _: *mut TupleTableSlot, _: *mut bool)),
}