Skip to main content

which

Function which 

Source
pub fn which(binary: &str) -> Result<PathBuf>
Expand description

Locate a binary on PATH. Returns the full path or Error::MissingDependency.