[][src]Function dag_cbor::decode::read_list

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