Function std::panic::take_hook [] [src]

pub fn take_hook() -> Box<Fn(&PanicInfo) + 'static + Sync + Send>
Unstable (panic_handler #30449)

: awaiting feedback

Unregisters the current panic hook, returning it.

If no custom hook is registered, the default hook will be returned.

Panics

Panics if called from a panicking thread.