pub fn write_html_report( path: impl AsRef<Path>, report: &HtmlReport, ) -> Result<()>
Write the full HTML page to path (parent dirs created as needed).
path