Function sentry_panic::message_from_panic_info
source ยท pub fn message_from_panic_info<'a>(info: &'a PanicInfo<'_>) -> &'a str
Expand description
Extract the message of a panic.
pub fn message_from_panic_info<'a>(info: &'a PanicInfo<'_>) -> &'a str
Extract the message of a panic.