Skip to main content

write_string

Function write_string 

Source
pub fn write_string(w: &mut impl Write, s: impl AsRef<str>) -> Result<()>
Expand description

Write a UTF-8 string (as length-prefixed bytes).