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