Function write_vec

Source
pub fn write_vec<W: Write>(writer: &mut W, buf: Vec<u8>) -> Result<()>