Function put_n

Source
fn put_n<T: Serialize>(buf: &mut Vec<u8>, data: &[T]) -> Result<(), Error>