FIXME(eddyb) move this elsewhere.
| 64 | |
| 65 | // FIXME(eddyb) move this elsewhere. |
| 66 | struct FmtBy<F: Fn(&mut fmt::Formatter<'_>) -> fmt::Result>(F); |
| 67 | |
| 68 | impl<F: Fn(&mut fmt::Formatter<'_>) -> fmt::Result> fmt::Debug for FmtBy<F> { |
| 69 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { |
no outgoing calls