pub fn decode_batch(
raw: &[u8],
) -> Result<Vec<(String, Vec<u8>)>, CheckpointStoreError>Expand description
Decode a batch payload into (key, data) pairs.
ยงErrors
Returns CheckpointStoreError::Io if the batch is malformed.
pub fn decode_batch(
raw: &[u8],
) -> Result<Vec<(String, Vec<u8>)>, CheckpointStoreError>Decode a batch payload into (key, data) pairs.
Returns CheckpointStoreError::Io if the batch is malformed.