(&self, f: &mut Formatter)
| 154 | |
| 155 | impl Display for IntCC { |
| 156 | fn fmt(&self, f: &mut Formatter) -> fmt::Result { |
| 157 | f.write_str(self.to_static_str()) |
| 158 | } |
| 159 | } |
| 160 | |
| 161 | impl FromStr for IntCC { |
nothing calls this directly
no test coverage detected