Function diff_files

Source
pub fn diff_files(
    p: &mut Printer<'_>,
    lhs: &Path,
    rhs: &Path,
) -> Result<(), Box<dyn Error>>