pub fn which(binary: &str) -> Result<PathBuf>Expand description
Locate a binary on PATH. Returns the full path or
Error::MissingDependency.
pub fn which(binary: &str) -> Result<PathBuf>Locate a binary on PATH. Returns the full path or
Error::MissingDependency.