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
Figured it out: I needed to add an explicit dependency to the windows-future crate to enable its std feature, since the IntoFuture impl is gated behind that feature, and windows's std feature does not enable it.