This language in chapter 19 is confusing for a new rust user:
However, associated functions that are part of traits don’t have a self parameter.
I'm wondering if it would be better to declare something along the lines of Associated functions that are not methods, do not have the self parameter, in order to help with understanding.