Get the total number of items collected.
(&self)
| 719 | |
| 720 | /// Get the total number of items collected. |
| 721 | pub fn total_items(&self) -> usize { |
| 722 | self.items.len() |
| 723 | } |
| 724 | |
| 725 | /// Get only files from the result. |
| 726 | pub fn files(&self) -> impl Iterator<Item = &TreeItem> { |