Structs§
- External
Panic Info - Information passed to a
PanicHook. - Panic
Message - A message that was given to the
panic!()macro. - Payload
Constants§
Traits§
Functions§
- catch_
unwind - Like
std::panic::catch_unwind. - panic_
any - Like
std::panic::panic_any. - set_
hook - Like
std::panic::set_hook.
Type Aliases§
- Panic
Hook - Type for panic hooks.