pub fn read_dir<P: AsRef<Path>>(path: P) -> ReadDirExpand 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) -> ReadDirA wrapper around std::fs::read_dir which includes the file path in the panic message.