Type Alias sel4_microkit::panicking::PanicHook

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