update_hook

Function update_hook 

Source
pub fn update_hook<F>(hook_fn: F)
where F: Fn(&(dyn Fn(&PanicInfo<'_>) + Send + Sync + 'static), &PanicInfo<'_>) + Sync + Send + 'static,
Expand description