2 pages tagged with "rust"
Rust Trait Implementations and References
February 22, 2023 - 1475 words - 8 mins
If you implement a trait on a type,
and then take a reference to that type,
does the reference *also* implement the trait?
For a while I thought so! Let me explain why.