Function run_clang_tidy::cli::utils::filename_or_exists_with_ext
source · pub fn filename_or_exists_with_ext<P>(
path: P,
root: Option<P>,
ext: Option<&str>
) -> Result<PathBuf>where
P: AsRef<Path>,