Function read_str_value

Source
pub fn read_str_value<R: StreamingReader>(
    reader: &mut R,
) -> Result<&str, DecodeValueError<<R as StreamingReader>::Error>>
Expand description

Read a view of a string from a StreamingReader using LCM’s convention of encoding strings.