Module unwind_safe
Structs
- AssertUnwindSafe A simple wrapper around a type to assert that it is unwind safe.
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.