Skip to main content

amvacuumcleanup_function

Type Alias amvacuumcleanup_function 

Source
pub type amvacuumcleanup_function = Option<unsafe extern "C-unwind" fn(info: *mut IndexVacuumInfo, stats: *mut IndexBulkDeleteResult) -> *mut IndexBulkDeleteResult>;

Aliased Type§

pub enum amvacuumcleanup_function {
    None,
    Some(unsafe extern "C-unwind" fn(*mut IndexVacuumInfo, *mut IndexBulkDeleteResult) -> *mut IndexBulkDeleteResult),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut IndexVacuumInfo, *mut IndexBulkDeleteResult) -> *mut IndexBulkDeleteResult)

Some value of type T.