- Anonymous Impls https://theincredibleholk.org/blog/2024/08/26/anonymous-impls/ 50 comments rust
- TIL that because impl Trait anonymizes the types used, you can return private types from public functions https://play.rust-lang.org/?gist=80c6b6f2cf1e6faf866eaaead6a12768&version=nightly 12 comments rust
- [Merged] Implement `impl Trait` in return type position by anonymization. by eddyb · Pull Request #35091 https://github.com/rust-lang/rust/pull/35091 64 comments rust
- PR: Implement `impl Trait` in return type position by anonymization. https://github.com/rust-lang/rust/pull/35091 9 comments rust