Searched defs:default_hook (Results 1 – 6 of 6) sorted by relevance
88 let default_hook = ::std::panic::take_hook(); in initialize() localVariable
237 fn default_hook(info: &PanicInfo<'_>) { in default_hook() function
237 fn default_hook(info: &PanicHookInfo<'_>) { in default_hook() function