You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In older versions of the windows crate, it was possible to pass a bool as the fourth parameter to NotifyUnicastIpAddressChange. However in the current version (and perhaps a few recent older versions as well), this now fails with “trait bound bool: CanInto<BOOLEAN> is not satisfied”.
Crate manifest
No response
Crate code
No response
The text was updated successfully, but these errors were encountered:
I suspect the metadata that is used to produce the bindings changed since older versions so that the parameter, previously incorrectly defined as BOOL, is now BOOLEAN for which we don't have the conversion support. Either way, that's an easy fix.
Summary
In older versions of the
windows
crate, it was possible to pass abool
as the fourth parameter toNotifyUnicastIpAddressChange
. However in the current version (and perhaps a few recent older versions as well), this now fails with “trait boundbool: CanInto<BOOLEAN>
is not satisfied”.Crate manifest
No response
Crate code
No response
The text was updated successfully, but these errors were encountered: