`the trait bound
PWSTR: CanInto<PCWSTR> is not satisfied
`
#2887
Labels
enhancement
New feature or request
the trait bound
PWSTR: CanInto<PCWSTR> is not satisfied
`
#2887
Summary
Windows APIs often expect PCWSTR parameters for read-only input.
By allowing PWSTR to be converted into PCWSTR, Rust code can seamlessly interact with Windows APIs without explicit conversions.
Crate manifest
No response
Crate code
The text was updated successfully, but these errors were encountered: