(&self, fmt: &mut fmt::Formatter)
| 480 | |
| 481 | impl<'a> fmt::Display for DisplayFunction<'a> { |
| 482 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { |
| 483 | write_function(fmt, self.0) |
| 484 | } |
| 485 | } |
| 486 | |
| 487 | impl fmt::Display for Function { |
nothing calls this directly
no test coverage detected