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