pub fn handle_panic<T>(
info: &PanicHookInfo<'_>,
sender: Option<&SenderWithContext<T>>,
)where
T: ErrorInstruction + Clone,Expand description
Custom panic handler/hook. Prints the ErrorContext.
pub fn handle_panic<T>(
info: &PanicHookInfo<'_>,
sender: Option<&SenderWithContext<T>>,
)where
T: ErrorInstruction + Clone,Custom panic handler/hook. Prints the ErrorContext.