Function diff_reports

Source
pub fn diff_reports(
    first: &Report,
    second: &Report,
) -> Result<Report, MergeError>