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
Currently fragment references on interfaces generates bad code. Instead of a struct with union on and the variants having fields, I get fields for each type as well as an on field. (This is when using #105.)