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

DirStream represents a stream of Dir.

Implementors