TablePostUpdateInterceptor

Trait TablePostUpdateInterceptor 

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

Required Methods§

Source

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

Implementors§