Skip to main content

TableRowPreDeleteInterceptor

Trait TableRowPreDeleteInterceptor 

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

Required Methods§

Source

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

Implementors§