Skip to main content

ViewRowPreUpdateInterceptor

Trait ViewRowPreUpdateInterceptor 

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

Required Methods§

Source

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

Implementors§