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