use crateDirEntry;
use io;
use fmt;
/// Iterator over the entries in a directory.
///
/// This corresponds to [`async_std::fs::ReadDir`].
///
/// Note that 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.
///
/// [`async_std::fs::ReadDir`]: https://docs.rs/async-std/latest/async_std/fs/struct.ReadDir.html