(&self)
| 291 | s.parse() |
| 292 | } |
| 293 | } |
| 294 | |
| 295 | impl TextureID { |
| 296 | /// Parse 1-16 hex digits, optionally prefixed with `0x`. |
| 297 | pub fn parse_str(s: &str) -> Result<Self, ParseGenerationalIDError> { |
| 298 | s.parse() |
no outgoing calls
no test coverage detected