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
Rust supports lazy loading since 1.70 with OnceCell and OnceLock, and especially since 1.80 with LazyCell and LazyLock. There is no need for SetLock to exist.