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