serial_string

Function serial_string 

Source
pub fn serial_string<R>(s: &str, out: &mut R)
where R: Buffer,
Expand description

Write a string directly to the provided sink (without encoding its length). The string is utf8 encoded.