Skip to main content

TableRowPreUpdateInterceptor

Trait TableRowPreUpdateInterceptor 

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

Required Methods§

Source

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

Implementors§