LogicalDecodeChangeCB

Type Alias LogicalDecodeChangeCB 

Source
pub type LogicalDecodeChangeCB = Option<unsafe extern "C-unwind" fn(ctx: *mut LogicalDecodingContext, txn: *mut ReorderBufferTXN, relation: Relation, change: *mut ReorderBufferChange)>;

Aliased Type§

pub enum LogicalDecodeChangeCB {
    None,
    Some(unsafe extern "C-unwind" fn(*mut LogicalDecodingContext, *mut ReorderBufferTXN, *mut RelationData, *mut ReorderBufferChange)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut LogicalDecodingContext, *mut ReorderBufferTXN, *mut RelationData, *mut ReorderBufferChange))

Some value of type T.