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