Trait std::panic::RefUnwindSafe 1.9.0[−][src]
pub auto trait RefUnwindSafe { }
Expand description
标记 trait 表示将 X 表示 unwind 安全的共享引用的类型。
即,该 trait 并非由 UnsafeCell
实现,UnsafeCell
是所有内部可变性的根。
这是 “helper marker trait”,用于为 UnwindSafe
trait 提供 impl 块,有关更多信息,请参见该文档。