pub trait TablePreUpdateInterceptor<T: CommandTransaction> {
// Required method
fn intercept(&self, ctx: &mut TablePreUpdateContext<'_, T>) -> Result<()>;
}pub trait TablePreUpdateInterceptor<T: CommandTransaction> {
// Required method
fn intercept(&self, ctx: &mut TablePreUpdateContext<'_, T>) -> Result<()>;
}