pub type LogicalDecodeCommitCB = Option<unsafe extern "C-unwind" fn(ctx: *mut LogicalDecodingContext, txn: *mut ReorderBufferTXN, commit_lsn: XLogRecPtr)>;Aliased Type§
pub enum LogicalDecodeCommitCB {
None,
Some(unsafe extern "C-unwind" fn(*mut LogicalDecodingContext, *mut ReorderBufferTXN, u64)),
}Variants§
None
No value.
Some(unsafe extern "C-unwind" fn(*mut LogicalDecodingContext, *mut ReorderBufferTXN, u64))
Some value of type T.