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