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