Function get_all_files

Source
pub fn get_all_files(
    path: PathBuf,
    extension: Option<&str>,
    ignore: Option<String>,
) -> Vec<PathBuf>