Type Alias sel4_panicking::PanicHook

source ยท
pub type PanicHook = &'static (dyn Fn(&ExternalPanicInfo<'_>) + Send + Sync);