Skip to main content

ViewPreInsertInterceptor

Trait ViewPreInsertInterceptor 

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

Required Methods§

Source

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

Implementors§