ViewPreDeleteInterceptor

Trait ViewPreDeleteInterceptor 

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

Required Methods§

Source

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

Implementors§