EstimateDSMForeignScan_function

Type Alias EstimateDSMForeignScan_function 

Source
pub type EstimateDSMForeignScan_function = Option<unsafe extern "C-unwind" fn(node: *mut ForeignScanState, pcxt: *mut ParallelContext) -> Size>;

Aliased Type§

pub enum EstimateDSMForeignScan_function {
    None,
    Some(unsafe extern "C-unwind" fn(*mut ForeignScanState, *mut ParallelContext) -> usize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut ForeignScanState, *mut ParallelContext) -> usize)

Some value of type T.