Check if this format is a single file.
(&self)
| 200 | |
| 201 | /// Check if this format is a single file. |
| 202 | pub fn is_file(&self) -> bool { |
| 203 | !matches!(self, Self::Directory) |
| 204 | } |
| 205 | } |
| 206 | |
| 207 | impl fmt::Display for ArchiveFormat { |
no outgoing calls
no test coverage detected