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