Type Alias EstimateDSMForeignScan_function

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.