Function pot::format::write_bytes
source ยท pub fn write_bytes<W: WriteBytesExt>(writer: W, value: &[u8]) -> Result<usize>
Expand description
Writes an Kind::Bytes
atom with the given value.
pub fn write_bytes<W: WriteBytesExt>(writer: W, value: &[u8]) -> Result<usize>
Writes an Kind::Bytes
atom with the given value.