Skip to main content

ViewRowPostInsertInterceptor

Trait ViewRowPostInsertInterceptor 

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

Required Methods§

Source

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

Implementors§