Function protocol::util::write_list

source ·
pub fn write_list<'a, T, I>(
    write: &mut dyn Write,
    elements: I,
    settings: &Settings
) -> Result<(), Error>where
    T: Parcel + 'a,
    I: IntoIterator<Item = &'a T>,
Expand description

Writes a length-prefixed list to a stream.