Skip to main content

ViewPostInsertInterceptor

Trait ViewPostInsertInterceptor 

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

Required Methods§

Source

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

Implementors§