ViewDefPostCreateInterceptor

Trait ViewDefPostCreateInterceptor 

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

Required Methods§

Source

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

Implementors§