use crateDirEntry;
use io;
use fmt;
/// Iterator over the entries in a directory.
///
/// This corresponds to [`async_std::fs::ReadDir`].
///
/// There is no `from_std` method, as `async_std::fs::ReadDir` doesn't provide
/// a way to construct a `ReadDir` without opening directories by ambient
/// paths.