msgpack_read_str

Function msgpack_read_str 

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

Decode a utf-8 string from the provided msgpack. Advances the cursor to the first byte after the encoded string.