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