pub trait DirStream: Stream<Item = Result<DirEntry>> + Unpin + Send { }
Expand description

DirStream represents a stream of Dir.

Implementors