pub fn view_post_insert<T: CommandTransaction, F>( f: F, ) -> ClosureViewPostInsertInterceptor<T, F>where F: Fn(&mut ViewPostInsertContext<'_, T>) -> Result<()> + Send + Sync + Clone + 'static,