
@oconnor663 ("Jack O'Connor") wrote:
Is it possible to make an "even fatter pointer" in Rust. As in, a pointer to a trait object that is also unsized? I notice that trying to cast Box to Box is a compiler error about `str` not being sized. Just for fun, is there any obscure/unsafe way to do this?