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
In my module I'm implementing a trait from an external crate which needs access to the current context. Is the context passed to commands scoped to requests, or can I store a global copy in a OnceCell on init ?
The text was updated successfully, but these errors were encountered:
In my module I'm implementing a trait from an external crate which needs access to the current context. Is the context passed to commands scoped to requests, or can I store a global copy in a
OnceCell
on init ?The text was updated successfully, but these errors were encountered: