rune
rune copied to clipboard
Shared::from_box sketching
This is to start sketching the work in implementing unsized conversions for Shared<T> which should eventually allow us to deprecated OwnedTuple in favor of Box<Tuple> and Shared<Tuple>.
This is (to my knowledge) currently not possible due to https://github.com/rust-lang/rust/issues/81513. If it is possible, I'd love to hear about it!