pub fn read_dir<T>(path: T) -> impl Stream<Item = Result<DirEntry>>where T: AsRef<Path> + Send + Unpin + 'static,
Returns stream of files and directories contained in the path directory.
path