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

pub fn read_list<R: Read + Seek, T: Decode<DagCbor>>(
    r: &mut R,
    len: usize
) -> Result<Vec<T>>
Expand description

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