Skip to main content

LogicalDecodeStartupCB

Type Alias LogicalDecodeStartupCB 

Source
pub type LogicalDecodeStartupCB = Option<unsafe extern "C-unwind" fn(ctx: *mut LogicalDecodingContext, options: *mut OutputPluginOptions, is_init: bool)>;

Aliased Type§

pub enum LogicalDecodeStartupCB {
    None,
    Some(unsafe extern "C-unwind" fn(*mut LogicalDecodingContext, *mut OutputPluginOptions, bool)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut LogicalDecodingContext, *mut OutputPluginOptions, bool))

Some value of type T.