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

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