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.