···6 where
7 Self: Sized;
89- /// Takes a `Self` and encodes in to a `String` containing a dollcode made up
10 /// of `'▖'`, `'▘'`, and `'▌'`.
11 fn to_dollcode(self) -> String;
12}
···6 where
7 Self: Sized;
89+ /// Takes a `Self` and encodes it to a `String` containing a dollcode made up
10 /// of `'▖'`, `'▘'`, and `'▌'`.
11 fn to_dollcode(self) -> String;
12}