(&self, fmt: &mut Formatter)
| 38 | |
| 39 | impl Display for OutputFile { |
| 40 | fn fmt(&self, fmt: &mut Formatter) -> std::fmt::Result { |
| 41 | write!(fmt, "{}", self.0.display()) |
| 42 | } |
| 43 | } |
| 44 | |
| 45 | impl FromStr for OutputFile { |
nothing calls this directly
no outgoing calls
no test coverage detected