microsoft / windows-rs

Rust for Windows
https://kennykerr.ca/rust-getting-started/
Apache License 2.0
10.23k stars 476 forks source link

Streamline `TypeName` to support pattern matching #3040

Closed kennykerr closed 3 months ago

kennykerr commented 3 months ago

This for example allows TypeName("Namespace", _) to be used in a match expression, needed for #2939 and more flexible type specialization.