Do you need to read from `Box` and keep the allocation? Please let us know!

There's a discussion about potential use cases for reading from Box and keeping the allocation (casting the original Box<T> into Box<MaybeUninit<T>>). The question is whether there are enough use cases for this to be in alloc.

If you have such case your feedback would help. Thank you in advance!

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.