(&self, f: &mut fmt::Formatter<'_>)
| 78 | |
| 79 | impl fmt::Debug for GenericFunction { |
| 80 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { |
| 81 | DisplayFunction(self).fmt(f) |
| 82 | } |
| 83 | } |
| 84 | |
| 85 | impl fmt::Display for GenericFunction { |
nothing calls this directly
no test coverage detected