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
While using an Option for the return value of retry for a Policy is reasonable, it might be clearer to use https://doc.rust-lang.org/std/ops/enum.ControlFlow.html ? Then the break/stop case can return a value too, which might be useful.