bytestring_to_writer

Function bytestring_to_writer 

Source
pub fn bytestring_to_writer<W: Write>(w: &mut W, data: &[u8]) -> Result<()>
Expand description

Writes a length-prefixed byte string to a writer.