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.
pub fn read_str_value<R: StreamingReader>(
reader: &mut R,
) -> Result<&str, DecodeValueError<<R as StreamingReader>::Error>>
Read a view of a string from a StreamingReader using LCM’s convention of encoding strings.