pub fn xdg_data_globs(path: &str) -> impl Iterator<Item = PathBuf> + '_
Expand description
Returns xdg_data_home
plus xdg_data_dirs
, postfixed with path
.
pub fn xdg_data_globs(path: &str) -> impl Iterator<Item = PathBuf> + '_
Returns xdg_data_home
plus xdg_data_dirs
, postfixed with path
.