table_post_delete

Function table_post_delete 

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