Skip to main content

TableRowPostInsertInterceptor

Trait TableRowPostInsertInterceptor 

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

Required Methods§

Source

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

Implementors§