Home
last modified time | relevance | path

Searched defs:PanicHook (Results 1 – 1 of 1) sorted by relevance

/linux/rust/proc-macro2/
H A Ddetection.rs62 type PanicHook = dyn Fn(&PanicInfo) + Sync + Send + 'static; in initialize() typedef
65 let sanity_check = &*null_hook as *const PanicHook; in initialize() constant