pub fn write_bytes<W>(writer: W, value: &[u8]) -> Result<usize, Error>
where W: WriteBytesExt,
Expand description

Writes an Kind::Bytes atom with the given value.