create_panic_handler

Function create_panic_handler 

Source
pub fn create_panic_handler(
    printer: BacktracePrinter,
) -> Box<dyn Fn(&PanicHookInfo<'_>) + Sync + Send>
👎Deprecated since 0.4.0: Use BacktracePrinter::into_panic_handler() instead.