require_binary

Function require_binary 

Source
pub fn require_binary(explicit_path: Option<&str>) -> Result<PathBuf, String>
Expand description

Find the DDA binary or return an error.

Same as find_binary() but returns an error if not found.