Functions§
- abort_
unwind - Like
std::panic::abort_unwind
. - catch_
unwind - Like
std::panic::catch_unwind
. - set_
hook - Like
std::panic::set_hook
.
Type Aliases§
- Panic
Hook - Type for panic hooks.
std::panic::abort_unwind
.std::panic::catch_unwind
.std::panic::set_hook
.