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