(&self, f: &mut fmt::Formatter)
| 541 | type Value = ModuleDeclarationsField; |
| 542 | |
| 543 | fn expecting(&self, f: &mut fmt::Formatter) -> fmt::Result { |
| 544 | f.write_str("field identifier") |
| 545 | } |
| 546 | |
| 547 | fn visit_u64<E: Error>(self, val: u64) -> Result<Self::Value, E> { |
| 548 | match val { |