mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-13 20:22:35 +00:00
core::any: replace some generic types with impl Trait This gives a cleaner API since the caller only specifies the concrete type they usually want to. r? `@yaahc`