Function minhook::panic::take_handler [] [src]

pub fn take_handler() -> Box<Fn(&DetourPanicInfo) + Sync + Send>

Unregisters the current panic handler, returning it.

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