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
since rust doesn't support self referential structs there needs to be an alternative to async fn next(&self). Since self isn't owned there is no way to get it into a struct so that it can be polled.
The text was updated successfully, but these errors were encountered:
since rust doesn't support self referential structs there needs to be an alternative to
async fn next(&self)
. Since self isn't owned there is no way to get it into a struct so that it can be polled.The text was updated successfully, but these errors were encountered: