(&self, f: &mut fmt::Formatter<'_>)
| 105 | |
| 106 | impl fmt::Debug for ValType { |
| 107 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { |
| 108 | fmt::Display::fmt(self, f) |
| 109 | } |
| 110 | } |
| 111 | |
| 112 | impl Display for ValType { |
nothing calls this directly
no test coverage detected