Skip to main content

decode_op_batch

Function decode_op_batch 

Source
pub fn decode_op_batch(bytes: &[u8]) -> ArrayResult<Vec<ArrayOp>>
Expand description

Decode a Vec<ArrayOp> from MessagePack bytes produced by encode_op_batch.