pub fn panic_message(payload: &Box<dyn Any + Send>) -> &strExpand description
Attempt to produce a &str message (with a default)
from a std::panic::catch_unwind payload.
See module docs for usage.
pub fn panic_message(payload: &Box<dyn Any + Send>) -> &strAttempt to produce a &str message (with a default)
from a std::panic::catch_unwind payload.
See module docs for usage.