fn check_deserialize_file_consumed<P>(
file_size: u64,
file_path: P,
file_stream: &mut BufReader<File>
) -> Result<()>where
P: AsRef<Path>,
Expand description
After running the deserializer function, perform common checks to ensure the snapshot archive files were consumed correctly.