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