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

Reads a length-prefixed list from a stream.