pub fn read_string_ref<'a>(buf: &mut &'a [u8]) -> Result<&'a str, DecodeError>
Read a string from the slices buf.
buf
Fails if the buffer doesn’t contain a valid utf8 msgpack string.