read_list

Function read_list 

Source
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.