pub type ReplicationEventReceiver = Receiver<Result<ReplicationEvent, PgWireError>>;Expand description
Channel receiver type for replication events.
Aliased Typeยง
pub struct ReplicationEventReceiver { /* private fields */ }pub type ReplicationEventReceiver = Receiver<Result<ReplicationEvent, PgWireError>>;Channel receiver type for replication events.
pub struct ReplicationEventReceiver { /* private fields */ }