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!