Login
From:
blog.eizinger.io
(Uncensored)
subscribe
Generic Newtypes: A way to work around the orphan rule | Thomas Eizinger
https://blog.eizinger.io/8593/generic-newtypes-a-way-to-work-around-the-orphan-rule
links
backlinks
Roast topics
Find topics
Find it!
Rust's orphan rule prevents us from implementing a foreign trait on a foreign type. While this may appear limiting at first, it is actually a good thing and one...