pub fn visit_tools( local: &Path, tool: impl FnMut(Tool) -> Result<ControlFlow<()>>, ) -> Result<()>
Visit in the ToolKind order.
ToolKind