Login
From:
(Uncensored)
subscribe
Scoped Trait Implementations
https://jack.wrenn.fyi/blog/private-trait-impls/
links
backlinks
Roast topics
Find topics
Find it!
In Rust, the impl keyword doesn’t have an associated visibility; there’s no such thing as pub impl. However, that isn’t to say that implementations don’t have visibility—they do! Enter: RFC2145 - Type Privacy.