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