fmgr_hook_type

Type Alias fmgr_hook_type 

Source
pub type fmgr_hook_type = Option<unsafe extern "C-unwind" fn(event: Type, flinfo: *mut FmgrInfo, arg: *mut Datum)>;

Aliased Type§

pub enum fmgr_hook_type {
    None,
    Some(unsafe extern "C-unwind" fn(u32, *mut FmgrInfo, *mut Datum)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(u32, *mut FmgrInfo, *mut Datum))

Some value of type T.