Function write_byte_array

Source
pub fn write_byte_array(t: &mut impl Write, v: &Vec<u8>) -> Result<()>