Type Alias ExecForeignTruncate_function

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

Aliased Type§

pub 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.