TablePreUpdateInterceptor

Trait TablePreUpdateInterceptor 

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

Required Methods§

Source

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

Implementors§