ViewDefPreUpdateInterceptor

Trait ViewDefPreUpdateInterceptor 

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

Required Methods§

Source

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

Implementors§