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
It'd be awesome if impl could add the missing methods of an interface to a struct when executed twice. What it currently does is just duplicating all the methods.
It'd be awesome if
implcould add the missing methods of an interface to astructwhen executed twice. What it currently does is just duplicating all the methods.If this makes sense I can try to craft a PR.