pub type LogicalDecodeCommitCB = Option<unsafe extern "C-unwind" fn(_: *mut LogicalDecodingContext, _: *mut ReorderBufferTXN, _: u64)>;Aliased Type§
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.