Skip to main content

write_report_file

Function write_report_file 

Source
pub fn write_report_file(
    path: &Path,
    report: &SolveReport,
) -> Result<usize, Error>
Expand description

Write a SolveReport to path as pretty-printed JSON. Returns bytes written on success.