Type Alias LogicalDecodeStartupCB

Source
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§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.