Function sel4_root_task::panicking::set_hook
source ยท pub fn set_hook(hook: &'static (dyn Fn(&ExternalPanicInfo<'_>) + Send + Sync))
Expand description
Like std::panic::set_hook
.
pub fn set_hook(hook: &'static (dyn Fn(&ExternalPanicInfo<'_>) + Send + Sync))
Like std::panic::set_hook
.