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

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