Skip to main content

LogicalDecodeStreamChangeCB

Type Alias LogicalDecodeStreamChangeCB 

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

Aliased Type§

pub enum LogicalDecodeStreamChangeCB {
    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.