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
This suggests using Ty = to specify the associated type, but that's not allowed when implementing a trait, only when using dyn Trait or impl Trait as a type, and when using a trait in a where-clause (perhaps whether it's allowed should be stored in the context).