ReplicationEventReceiver

Type Alias ReplicationEventReceiver 

Source
pub type ReplicationEventReceiver = Receiver<Result<ReplicationEvent, PgWireError>>;
Expand description

Channel receiver type for replication events.

Aliased Typeยง

pub struct ReplicationEventReceiver { /* private fields */ }