Skip to main content

ViewRowPreInsertInterceptor

Trait ViewRowPreInsertInterceptor 

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

Required Methods§

Source

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

Implementors§