Function pot::format::write_bytes[][src]

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

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