pub trait TablePostUpdateInterceptor: Send + Sync {
// Required method
fn intercept<'a>(&self, ctx: &mut TablePostUpdateContext<'a>) -> Result<()>;
}pub trait TablePostUpdateInterceptor: Send + Sync {
// Required method
fn intercept<'a>(&self, ctx: &mut TablePostUpdateContext<'a>) -> Result<()>;
}