Function libipld_cbor::decode::read_list_il[][src]

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

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