Function write_str_value

Source
pub fn write_str_value<W: StreamingWriter>(
    string: &str,
    writer: &mut W,
) -> Result<(), W::Error>
Expand description

Write a string to a StreamingWriter using LCM’s convention of encoding strings.