pub type GetForeignPaths_function = Option<unsafe extern "C" fn(root: *mut PlannerInfo, baserel: *mut RelOptInfo, foreigntableid: Oid)>;Aliased Type§
pub enum GetForeignPaths_function {
None,
Some(unsafe extern "C" fn(*mut PlannerInfo, *mut RelOptInfo, Oid)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut PlannerInfo, *mut RelOptInfo, Oid))
Some value of type T.