Y
Hacker News
new
|
ask
|
show
|
jobs
by
burntsushi
2960 days ago
I see. Makes sense. It might help to show what the representation in memory of a trait object is. (I'm assuming there's a type for it somewhere in rustc, but I don't know where offhand.)
1 comments
steveklabnik
2960 days ago
https://doc.rust-lang.org/stable/std/raw/struct.TraitObject....
link