pub fn decode_op_batch(bytes: &[u8]) -> ArrayResult<Vec<ArrayOp>>Expand description
Decode a Vec<ArrayOp> from MessagePack bytes produced by
encode_op_batch.
pub fn decode_op_batch(bytes: &[u8]) -> ArrayResult<Vec<ArrayOp>>Decode a Vec<ArrayOp> from MessagePack bytes produced by
encode_op_batch.