Function raftstore::store::snap::check_file_size_and_checksum[][src]

fn check_file_size_and_checksum(
    path: &Path,
    expected_size: u64,
    expected_checksum: u32,
    encryption_key_manager: Option<&Arc<DataKeyManager>>
) -> RaftStoreResult<()>