[][src]Function libipld_cbor::decode::read_list

pub fn read_list<R: Read, T: TryReadCbor>(
    r: &mut R,
    len: usize
) -> Result<Vec<T>>

Reads a list of any type that implements TryReadCbor from a stream of cbor encoded bytes.