Expand description
A reimplementation of the currently unstable std::cell::SyncUnsafeCell
Structsยง
- Sync
Unsafe Cell UnsafeCell
, butSync
.- Unsafe
Cell - The core primitive for interior mutability in Rust.
A reimplementation of the currently unstable std::cell::SyncUnsafeCell
UnsafeCell
, but Sync
.