Expand description
Macros§
- panic_
core
Panics the current thread.- set_
panic_ handler - Sets a panic handler based on the chosen strategy.
- todo
core
Indicates unfinished code.- unimplemented
core
Indicates unimplemented code.- unreachable
core
Indicates unreachable code.
Structs§
- Panic
- 🌐 Panic-related operations.
- Panic
Assert Unwind Safe core
A simple wrapper around a type to assert that it is unwind safe.- Panic
Hook Info std
std
Passed tostd::panic::set_hook
instd
, where panics can have arbitrary payloads.- Panic
Info core
Passed to#[panic_handler]
inno_std
, always carrying a formatted message.- Panic
Location core
A struct containing information about the location of a panic.
Traits§
- Panic
RefUnwind Safe core
A marker trait which represents a shared reference considered unwind safe.- Panic
Unwind Safe core
A marker trait which represents “panic safe” types in Rust.