pub type LogicalOutputPluginWriterWrite = Option<unsafe extern "C-unwind" fn(lr: *mut LogicalDecodingContext, Ptr: XLogRecPtr, xid: TransactionId, last_write: bool)>;Aliased Type§
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.