pub fn write_report( input: &ReportInput, out: Option<&Path>, model_path: &Path, ) -> Result<PathBuf, String>
Write the report HTML to the output path, returning the path written.