pub fn decode_delta(data: &[u8]) -> Result<DeltaRecord, StoreError>Expand description
Decode a DeltaRecord from bytes.
Returns Err(StoreError::InvalidBlock) on truncated or malformed input.
pub fn decode_delta(data: &[u8]) -> Result<DeltaRecord, StoreError>Decode a DeltaRecord from bytes.
Returns Err(StoreError::InvalidBlock) on truncated or malformed input.