···66 where
77 Self: Sized;
8899- /// Takes a `u64` and encodes in to a `String` containing a dollcode made up
99+ /// Takes a `Self` and encodes in to a `String` containing a dollcode made up
1010 /// of `'▖'`, `'▘'`, and `'▌'`.
1111 fn to_dollcode(self) -> String;
1212}