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