Skip to main content

same_contents

Function same_contents 

Source
fn same_contents(
    left: &mut File,
    right: &mut File,
    left_path: &Path,
    right_path: &Path,
) -> Result<bool>