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