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