Function libipld_cbor::decode::read_list

source ยท
pub fn read_list<R: Read + Seek, T: Decode<DagCborCodec>>(
    r: &mut R,
    len: u64,
) -> Result<Vec<T>>
Expand description

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