pub type LogicalOutputPluginWriterWrite = Option<unsafe extern "C-unwind" fn(lr: *mut LogicalDecodingContext, Ptr: XLogRecPtr, xid: TransactionId, last_write: bool)>;Aliased Type§
pub enum LogicalOutputPluginWriterWrite {
None,
Some(unsafe extern "C-unwind" fn(*mut LogicalDecodingContext, u64, TransactionId, bool)),
}Variants§
None
No value.
Some(unsafe extern "C-unwind" fn(*mut LogicalDecodingContext, u64, TransactionId, bool))
Some value of type T.