Skip to main content

TablePreUpdateInterceptor

Trait TablePreUpdateInterceptor 

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

Required Methods§

Source

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

Implementors§