pub fn find_executable(requested: RequestedVersion) -> Option<PathBuf>Expand description
Attempts to find an executable that satisfies a specified
RequestedVersion on PATH.
pub fn find_executable(requested: RequestedVersion) -> Option<PathBuf>Attempts to find an executable that satisfies a specified
RequestedVersion on PATH.