Function executable_or_exists

Source
pub fn executable_or_exists<P>(path: P, root: Option<P>) -> Result<PathBuf>
where P: AsRef<Path>,