I was writing some code and had a trait with a method that takes self by value. I want to call this method on a Box\'d trait object (consuming the
self
Box