pub trait PanicHandleFn: Fn(&PanicInfo<'_>) + Send + Sync + 'static { }

Implementors§

source§

impl<T: Fn(&PanicInfo<'_>) + Send + Sync + 'static> PanicHandleFn for T