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
the trait `Foo` cannot be made into an object
....
method add has no receiver
I looked up rust receiver but couldn't find any relevant results. Upon investigating further, in this case, method add does not have a self parameter would be more appropriate.