find_tool_with_env

Function find_tool_with_env 

Source
pub fn find_tool_with_env(
    full_arch: &str,
    tool: &str,
    env_getter: &dyn EnvGetter,
) -> Option<Tool>