Trait filesystem::ReadDir [] [src]

pub trait ReadDir<T: DirEntry>: Iterator<Item = Result<T>> { }

Implementations on Foreign Types

impl ReadDir<DirEntry> for ReadDir
[src]

Implementors