msgpack_read_bin

Function msgpack_read_bin 

Source
pub fn msgpack_read_bin<'a>(
    cursor: &mut Cursor<&'a [u8]>,
) -> Result<&'a [u8], BoxError>
Expand description

Decode binary data from the provided msgpack. Advances the cursor to the first byte after the encoded binary data.