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
When you generate a function that returns BOOL - like EnumWindows - it assumes that .ok() can be called to turn it into a Result. This extension is only available in the windows crate, but ideally the bindings should not depend on the windows crate directly.
The text was updated successfully, but these errors were encountered:
When you generate a function that returns
BOOL
- likeEnumWindows
- it assumes that.ok()
can be called to turn it into aResult
. This extension is only available in thewindows
crate, but ideally the bindings should not depend on thewindows
crate directly.The text was updated successfully, but these errors were encountered: