Skip to main content

PostgresChangesCallback

Type Alias PostgresChangesCallback 

Source
pub type PostgresChangesCallback = Arc<dyn Fn(PostgresChangePayload) + Send + Sync + 'static>;

Aliased Typeยง

pub struct PostgresChangesCallback { /* private fields */ }