Module core::panic::unwind_safe

source ·

Structs

  • A simple wrapper around a type to assert that it is unwind safe.

Traits

  • A marker trait representing types where a shared reference is considered unwind safe.
  • A marker trait which represents “panic safe” types in Rust.