Check if collection was successful (no errors).
(&self)
| 261 | |
| 262 | /// Check if collection was successful (no errors). |
| 263 | pub fn is_success(&self) -> bool { |
| 264 | self.errors.is_empty() |
| 265 | } |
| 266 | |
| 267 | /// Get the number of collected files. |
| 268 | pub fn len(&self) -> usize { |