pub fn write_str<W>(writer: W, value: &str) -> Result<usize, Error>
where W: WriteBytesExt,
Expand description

Writes an Kind::Bytes atom with the bytes of the string.