fn collect_drop_in_dirs(dirs: &[impl AsRef<Path>]) -> BTreeMap<Os, Vec<PathBuf>>Expand description
Collects drop-in directories from a list of dirs.
Ignores any paths or path entries in dirs that cannot be read.
Paths for drop-in configuration files are only valid if they
- are directories
- have the ā.yaml.dā extension