Searched refs:PanicInfo (Results 1 – 2 of 2) sorted by relevance
9 use std::panic::{self, PanicInfo};54 fn log_panic_info(default_panic: &(dyn Fn(&PanicInfo) + Sync + Send + 'static), info: &PanicInfo) { in log_panic_info() argument
4 use std::panic::{self, PanicInfo};60 type PanicHook = dyn Fn(&PanicInfo) + Sync + Send + 'static; in nightly_works()