Bug: DateTime
should implement IntoParam<'_, IReference<DateTime>>
#1830
Labels
enhancement
New feature or request
Which crate is this about?
windows
Crate version
0.37.0
Summary
windows::Foundation::DateTime
should implementIntoParam<'_, IReference<DateTime>>
, so that it can be passed toHttpRequestHeaderCollection::SetDate
.Toolchain version/configuration
Default host: x86_64-pc-windows-msvc
rustup home: C:\Users_.rustup
installed toolchains
nightly-x86_64-pc-windows-msvc (default)
installed targets for active toolchain
x86_64-pc-windows-msvc
active toolchain
nightly-x86_64-pc-windows-msvc (default)
rustc 1.63.0-nightly (99930ac7f 2022-06-11)
Reproducible example
Crate manifest
Expected behavior
The code compiled
Actual behavior
Additional comments
Is there anything that I can use without having to implement all 37 methods of IReference myself?
The text was updated successfully, but these errors were encountered: