Function get_all_file_paths

Source
pub fn get_all_file_paths<T>(into_path_buf: T) -> Vec<PathBuf>
where T: Into<PathBuf>,