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 summary it seems like impl Something<<Foo as Mapper>::OtherType> for Baz {} works fine as long as Foo is defined in the same crate, otherwise it maps the Foo (for whatever reason) to Baz itself.