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
How can the FromContext implementations be written? Seems like they take and return a reference, and there doesn't seem to be a way to satisfy the borrow checker.
Maybe FromContext should take, or have the ability to take a [clonable] context and produce an owned value?
The text was updated successfully, but these errors were encountered:
Having a
How can the FromContext implementations be written? Seems like they take and return a reference, and there doesn't seem to be a way to satisfy the borrow checker.
Maybe FromContext should take, or have the ability to take a [clonable] context and produce an owned value?
The text was updated successfully, but these errors were encountered: