Skip to main content

ViewPreDeleteInterceptor

Trait ViewPreDeleteInterceptor 

Source
pub trait ViewPreDeleteInterceptor: Send + Sync {
    // Required method
    fn intercept<'a>(&self, ctx: &mut ViewPreDeleteContext<'a>) -> Result<()>;
}

Required Methods§

Source

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

Implementors§