[][src]Function color_backtrace::create_panic_handler

pub fn create_panic_handler() -> Box<dyn Fn(&PanicInfo) + Sync + Send + 'static>

Create a color_backtrace panic handler.

This can be used if you want to combine the handler with other handlers.