pub type ExplainForeignModify_function = Option<unsafe extern "C" fn(mtstate: *mut ModifyTableState, rinfo: *mut ResultRelInfo, fdw_private: *mut List, subplan_index: c_int, es: *mut ExplainState)>;
Aliased Type§
enum ExplainForeignModify_function {
None,
Some(unsafe extern "C" fn(_: *mut ModifyTableState, _: *mut ResultRelInfo, _: *mut List, _: i32, _: *mut ExplainState)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut ModifyTableState, _: *mut ResultRelInfo, _: *mut List, _: i32, _: *mut ExplainState))
Some value of type T
.