ViewDefPostUpdateInterceptor

Trait ViewDefPostUpdateInterceptor 

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

Required Methods§

Source

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

Implementors§