[−][src]Function cc::windows_registry::find_tool
pub fn find_tool(_target: &str, _tool: &str) -> Option<Tool>
Similar to the find
function above, this function will attempt the same
operation (finding a MSVC tool in a local install) but instead returns a
Tool
which may be introspected.