pub fn unpack(data: &[u8]) -> Result<(ChangesetEnvelope, Vec<u8>), UnpackError>Expand description
Unpack the wire format into envelope + changeset bytes.
pub fn unpack(data: &[u8]) -> Result<(ChangesetEnvelope, Vec<u8>), UnpackError>Unpack the wire format into envelope + changeset bytes.