Function std::panic::take_hook1.10.0 [] [src]

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

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.