mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
a14d6961f9
Implement `AsHandle`/`AsSocket` for `Arc`/`Rc`/`Box` on Windows Implement the Windows counterpart to #97437 and #107317: Implement `AsHandle` and `AsSocket` for `Arc<T>`, `Rc<T>`, and `Box<T>`.