pub type AddForeignUpdateTargets_function = Option<unsafe extern "C-unwind" fn(root: *mut PlannerInfo, rtindex: Index, target_rte: *mut RangeTblEntry, target_relation: Relation)>;Aliased Type§
pub enum AddForeignUpdateTargets_function {
None,
Some(unsafe extern "C-unwind" fn(*mut PlannerInfo, u32, *mut RangeTblEntry, *mut RelationData)),
}Variants§
None
No value.
Some(unsafe extern "C-unwind" fn(*mut PlannerInfo, u32, *mut RangeTblEntry, *mut RelationData))
Some value of type T.