pub fn verify_saved<P: AsRef<Path>>(saved: P, data: &[u8]) -> Result<()>
Expand description

Verifies that the input was actually written and matches its expected contents.