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