Search Results

How do Trait Objects work?

As all good deep dives do, this article starts with a slightly contrived code example. Let's say, I have this file containing a number and want to read that. Here's a (very) naive Rust implementation:......

2021-08-27 #rust #trait