pub type LogicalOutputPluginWriterPrepareWrite = LogicalOutputPluginWriterWrite;Aliased Type§
enum LogicalOutputPluginWriterPrepareWrite {
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.