pub fn write_report_file(path: &Path, report: &SolveReport) -> Result<usize>Expand description
Write a SolveReport to path as pretty-printed JSON. Returns
bytes written on success.
pub fn write_report_file(path: &Path, report: &SolveReport) -> Result<usize>Write a SolveReport to path as pretty-printed JSON. Returns
bytes written on success.