write_string

Function write_string 

Source
pub fn write_string<W: Writer>(input: &str, writer: &mut W) -> Result<(), Error>
Expand description

Writes a given string to the given writer, prefixing the string length as a BigSize value.