Closed
Description
The Cell::as_unsafe_cell
and RefCell::as_unsafe_cell
methods return a reference to the underlying UnsafeCell
in both cases.
It's not clear what the use cases are for these methods and whether they can be achieved in some alternative way. If you are using these methods, please leave a comment with your use case.