pub type ReorderBufferStreamPrepareCB = Option<unsafe extern "C" fn(rb: *mut ReorderBuffer, txn: *mut ReorderBufferTXN, prepare_lsn: XLogRecPtr)>;Aliased Type§
pub enum ReorderBufferStreamPrepareCB {
None,
Some(unsafe extern "C" fn(*mut ReorderBuffer, *mut ReorderBufferTXN, u64)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut ReorderBuffer, *mut ReorderBufferTXN, u64))
Some value of type T.