[][src]Function ipfs::ipld::dag_cbor::read_list

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