(&self, f: &mut std::fmt::Formatter<'_>)
| 1860 | H: ExprHumanizer, |
| 1861 | { |
| 1862 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 1863 | self.err.humanize(self.humanizer, f) |
| 1864 | } |
| 1865 | } |
| 1866 | |
| 1867 | impl<'a> std::fmt::Display for TypeError<'a> { |