Functions§
- abort_
unwind - Like the unstable
core::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.
core::panic::abort_unwindstd::panic::catch_unwind.std::panic::set_hook.