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