Home
last modified time | relevance | path

Searched refs:PanicHook (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/proc-macro2/src/
H A Ddetection.rs60 type PanicHook = dyn Fn(&PanicInfo) + Sync + Send + 'static; in initialize() types
62 let null_hook: Box<PanicHook> = Box::new(|_panic_info| { /* ignore */ }); in initialize()
63 let sanity_check = &*null_hook as *const PanicHook; in initialize()

Completed in 1 milliseconds