Case in point: I get an error:
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.