Type Alias LogicalDecodeCommitCB

Source
pub type LogicalDecodeCommitCB = Option<unsafe extern "C-unwind" fn(_: *mut LogicalDecodingContext, _: *mut ReorderBufferTXN, _: u64)>;

Aliased Type§

enum LogicalDecodeCommitCB {
    None,
    Some(unsafe extern "C-unwind" fn(_: *mut LogicalDecodingContext, _: *mut ReorderBufferTXN, _: u64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(_: *mut LogicalDecodingContext, _: *mut ReorderBufferTXN, _: u64))

Some value of type T.