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.
pub fn write_report_file(
path: &Path,
report: &SolveReport,
) -> Result<usize, Error>Write a SolveReport to path as pretty-printed JSON. Returns
bytes written on success.