pgrx_pg_sys

Type Alias ExecForeignTruncate_function

Source
pub type ExecForeignTruncate_function = Option<unsafe extern "C" fn(rels: *mut List, behavior: Type, restart_seqs: bool)>;

Aliased Type§

enum ExecForeignTruncate_function {
    None,
    Some(unsafe extern "C" fn(_: *mut List, _: u32, _: bool)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut List, _: u32, _: bool))

Some value of type T.