ViewPreInsertInterceptor

Trait ViewPreInsertInterceptor 

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

Required Methods§

Source

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

Implementors§