pub fn find_tool(_target: &str, _tool: &str) -> Option<Tool>
Expand description

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.