BurntSushi / walkdir

Rust library for walking directories recursively.
The Unlicense
1.24k stars 107 forks source link

Document that `Iter` and `IterFilterEntry` are the result of trait methods #31

Closed KodrAus closed 7 years ago

KodrAus commented 7 years ago

As an example, see the docs on the Zip type in the standard library.

The Iter and IterFilterEntry types should note that they're the result of calling into_iter and filter_entry on WalkDir and Iter respectively.

KodrAus commented 7 years ago

Closed by #69