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
Async closures are not stable. I don't really want to stick a block_on thing inside the closure. I might be able to use an async function as an extension, but it would need to take some arguments other than Params and I am not sure if those can be passed in.