pub fn log_report_json<O: Write + Send>(
errors: &Errors<'_>,
output: &mut O,
report: &LogReportMetadata,
pointers: &LogReportPointers,
)Expand description
Log the report in JSON format.
pub fn log_report_json<O: Write + Send>(
errors: &Errors<'_>,
output: &mut O,
report: &LogReportMetadata,
pointers: &LogReportPointers,
)Log the report in JSON format.