heim_runtime::fs

Function read_dir

Source
pub fn read_dir<T>(path: T) -> impl Stream<Item = Result<DirEntry>>
where T: AsRef<Path> + Send + Unpin + 'static,
Expand description

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