TableDefPostCreateInterceptor

Trait TableDefPostCreateInterceptor 

Source
pub trait TableDefPostCreateInterceptor<T: CommandTransaction> {
    // Required method
    fn intercept(
        &self,
        ctx: &mut TableDefPostCreateContext<'_, T>,
    ) -> Result<()>;
}

Required Methods§

Source

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

Implementors§