Skip to main content

ViewDefPreUpdateInterceptor

Trait ViewDefPreUpdateInterceptor 

Source
pub trait ViewDefPreUpdateInterceptor: Send + Sync {
    // Required method
    fn intercept<'a>(&self, ctx: &mut ViewDefPreUpdateContext<'a>) -> Result<()>;
}

Required Methods§

Source

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

Implementors§