[][src]Function protocol::util::write_items

pub fn write_items<'a, T>(
    items: impl IntoIterator<Item = &'a T>,
    write: &mut dyn Write,
    settings: &Settings
) -> Result<(), Error> where
    T: Parcel + 'a, 

Writes an iterator of parcels to the stream.

Does not include a length prefix.