Expand description
Panic utilities.
Constants§
Statics§
Functions§
- Like
std::panic::catch_unwind
, but can unwind panics even ifinstall_enhanced_handler
has been called. - Like
crate::panic::catch_unwind
, but downcasts the returnedBox<dyn Any>
error to a string which is almost always is. - Overwrites the default panic handler with an enhanced panic handler.