Function read_dir

Source
pub async fn read_dir<P: AsRef<Path>>(
    path: P,
) -> Result<impl Stream<Item = Result<DirEntry>>>