Function run_make_support::rfs::read_dir
source ยท pub fn read_dir<P: AsRef<Path>>(path: P) -> ReadDir
Expand description
A wrapper around std::fs::read_dir
which includes the file path in the panic message.
pub fn read_dir<P: AsRef<Path>>(path: P) -> ReadDir
A wrapper around std::fs::read_dir
which includes the file path in the panic message.