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