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