Skip to main content

TableDefPreUpdateInterceptor

Trait TableDefPreUpdateInterceptor 

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

Required Methods§

Source

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

Implementors§