Function simics::get_panic_info_message
source ยท pub fn get_panic_info_message<'pi>(
panic_info: &'pi PanicHookInfo<'_>,
) -> Option<&'pi str>
Expand description
Attempt to produce a &str
message (with a default)
from a std::panic::PanicHookInfo
.
See module docs for usage.