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