Function fs_err::tokio::read_dir

source ยท
pub async fn read_dir(path: impl AsRef<Path>) -> Result<ReadDir>
Expand description

Returns a stream over the entries within a directory.

Wrapper for tokio::fs::read_dir.