Function rmp::decode::read_str_ref
[−]
[src]
pub fn read_str_ref(rd: &[u8]) -> Result<&[u8], DecodeStringError>
Attempts to read and decode a string value from the reader, returning a borrowed slice from it.