[][src]Function heim_runtime::fs::read_dir

pub fn read_dir<T>(path: T) -> impl TryStream<Ok = DirEntry, Error = Error> where
    T: AsRef<Path> + Send + Unpin + 'static, 

Returns stream of files and directories contained in the path directory.