ViewDefPreDeleteInterceptor

Trait ViewDefPreDeleteInterceptor 

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

Required Methods§

Source

fn intercept(&self, ctx: &mut ViewDefPreDeleteContext<'_, T>) -> Result<()>

Implementors§