libipld_cbor::decode
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.
TryReadCbor