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