Skip to main content

ViewRowPostUpdateInterceptor

Trait ViewRowPostUpdateInterceptor 

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

Required Methods§

Source

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

Implementors§