pub fn set_panic_hook()
Expand description
Call this from the main method of your application, and use it in conjunction with [with_backtrace_tracking] and [take_panic_backtrace], in order to capture the backtrace from a panic.
pub fn set_panic_hook()
Call this from the main method of your application, and use it in conjunction with [with_backtrace_tracking] and [take_panic_backtrace], in order to capture the backtrace from a panic.