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
std::result::Result implements FromResidual for Poll<Option<Result<T, F>>> where F: From<E>, and for Poll<Result<T, F>> where F: From<E>. We could implement similarly, we would give better interoperation with async/await code.