[][src]Function packs::ll::types::lengths::read_list_size

pub fn read_list_size<T: Read>(
    marker: Marker,
    reader: &mut T
) -> Result<usize, DecodeError>

Reads the size of a PackStream List as denoted by the marker. Analogous to read_dict_size.