pub fn stringify_panic_payload(payload: Box<dyn Any + Send + 'static>) -> String
Expand description

Attempt to convert an opaque panic payload to a string.

This is a best effort, and is not guaranteed to provide the most accurate value.