Is this the INVALID type?
(self)
| 200 | |
| 201 | /// Is this the INVALID type? |
| 202 | pub fn is_invalid(self) -> bool { |
| 203 | self == INVALID |
| 204 | } |
| 205 | |
| 206 | /// Is this a special type? |
| 207 | pub fn is_special(self) -> bool { |
no outgoing calls
no test coverage detected