Function protocol::util::read_list[][src]

pub fn read_list<T>(
    read: &mut dyn Read,
    settings: &Settings,
    hints: &mut Hints
) -> Result<Vec<T>, Error> where
    T: Parcel
Expand description

Reads a length-prefixed list from a stream.