Update mod.rs
This commit is contained in:
parent
a153a2c521
commit
e668c16901
@ -22,7 +22,7 @@ impl FolderCrawler {
|
||||
}
|
||||
}
|
||||
|
||||
pub impl Iterator for FolderCrawler {
|
||||
impl Iterator for FolderCrawler {
|
||||
type Item = FolderData;
|
||||
|
||||
fn next(&mut self) -> Option<Self::Item> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user