When the problem for a method not being found in its receiver is due to arbitrary self-types, we don't want to mention importing or implementing the trait, instead we suggest wrapping.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.