Skip to main content

ExecProcNodeMtd

Type Alias ExecProcNodeMtd 

Source
pub type ExecProcNodeMtd = Option<unsafe extern "C-unwind" fn(pstate: *mut PlanState) -> *mut TupleTableSlot>;

Aliased Type§

pub enum ExecProcNodeMtd {
    None,
    Some(unsafe extern "C-unwind" fn(*mut PlanState) -> *mut TupleTableSlot),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut PlanState) -> *mut TupleTableSlot)

Some value of type T.