Function protocol::util::read_list_ext[][src]

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

Reads a length-prefixed list from a stream.