Skip to main content

TablePostUpdateInterceptor

Trait TablePostUpdateInterceptor 

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

Required Methods§

Source

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

Implementors§