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