pub trait ViewRowPreUpdateInterceptor: Send + Sync {
// Required method
fn intercept<'a>(&self, ctx: &mut ViewRowPreUpdateContext<'a>) -> Result<()>;
}pub trait ViewRowPreUpdateInterceptor: Send + Sync {
// Required method
fn intercept<'a>(&self, ctx: &mut ViewRowPreUpdateContext<'a>) -> Result<()>;
}