pub fn panic_info_message<'pi>(panic_info: &'pi PanicInfo<'_>) -> &'pi strExpand description
Attempt to produce a &str message (with a default)
from a std::panic::PanicInfo.
See module docs for usage.
pub fn panic_info_message<'pi>(panic_info: &'pi PanicInfo<'_>) -> &'pi strAttempt to produce a &str message (with a default)
from a std::panic::PanicInfo.
See module docs for usage.