Type Alias pgrx_pg_sys::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§
None
No value.
Some(unsafe extern "C" fn(_: *mut OutputPluginCallbacks))
Some value of type T
.