(&self, f: &mut fmt::Formatter<'_>)
| 138 | |
| 139 | impl fmt::Display for NodeKind { |
| 140 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { |
| 141 | f.write_str(self.label()) |
| 142 | } |
| 143 | } |
| 144 | |
| 145 | // ============================================================================= |