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