Skip to main content

TableDefPostCreateInterceptor

Trait TableDefPostCreateInterceptor 

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

Required Methods§

Source

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

Implementors§