(&mut self, key: &str, _: V, _: &'static str)
| 1589 | |
| 1590 | impl Visit for Visitor { |
| 1591 | fn some<V: Display>(&mut self, key: &str, _: V, _: &'static str) { |
| 1592 | self.0.push(key.to_string()) |
| 1593 | } |
| 1594 | |
| 1595 | fn none(&mut self, key: &str, _: &'static str) { |
| 1596 | self.0.push(key.to_string()) |