Type Alias LogicalDecodeMessageCB

Source
pub type LogicalDecodeMessageCB = Option<unsafe extern "C" fn(ctx: *mut LogicalDecodingContext, txn: *mut ReorderBufferTXN, message_lsn: XLogRecPtr, transactional: bool, prefix: *const c_char, message_size: Size, message: *const c_char)>;

Aliased Type§

pub enum LogicalDecodeMessageCB {
    None,
    Some(unsafe extern "C" fn(*mut LogicalDecodingContext, *mut ReorderBufferTXN, u64, bool, *const i8, usize, *const i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut LogicalDecodingContext, *mut ReorderBufferTXN, u64, bool, *const i8, usize, *const i8))

Some value of type T.