pub type LogicalDecodeStartupCB = Option<unsafe extern "C" fn(ctx: *mut LogicalDecodingContext, options: *mut OutputPluginOptions, is_init: bool)>;Aliased Type§
pub enum LogicalDecodeStartupCB {
None,
Some(unsafe extern "C" fn(*mut LogicalDecodingContext, *mut OutputPluginOptions, bool)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut LogicalDecodingContext, *mut OutputPluginOptions, bool))
Some value of type T.