TablePreInsertInterceptor

Trait TablePreInsertInterceptor 

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

Required Methods§

Source

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

Implementors§