pub fn find_unique_executable<P: AsRef<Path>, Q: AsRef<Path>>(
pkg_dir: P,
target_dir: Q,
target_filter: &Option<TargetFilter>,
) -> Result<PathBuf>
Expand description
Finds the unique executable target in the given package and target directory, using the given target filter.