Module sgx_tstd::panic [−][src]
Panic support in the standard library
Structs
| AssertUnwindSafe |
A simple wrapper around a type to assert that it is unwind safe. |
| Location |
A struct containing information about the location of a panic. |
| PanicInfo |
A struct providing information about a panic. |
Traits
| RefUnwindSafe |
A marker trait representing types where a shared reference is considered unwind safe. |
| UnwindSafe |
A marker trait which represents "panic safe" types in Rust. |
Functions
| catch_unwind |
Invokes a closure, capturing the cause of an unwinding panic if one occurs. |
| resume_unwind |
Triggers a panic without invoking the panic hook. |
| set_panic_handler |
Registers a custom panic handler, replacing any that was previously registered. |