pgrx_pg_sys

Type Alias LogicalOutputPluginInit

Source
pub type LogicalOutputPluginInit = Option<unsafe extern "C" fn(cb: *mut OutputPluginCallbacks)>;

Aliased Type§

enum LogicalOutputPluginInit {
    None,
    Some(unsafe extern "C" fn(_: *mut OutputPluginCallbacks)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut OutputPluginCallbacks))

Some value of type T.