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 futures 0.3.alpha15, the .boxed() helper added a Send trait bound.
As we don't need that, use Box::pin instead. alpha16 will likely
have a .boxed_local() helper. See also
rust-lang/futures-rs#1563
0 commit comments