[−][src]Function libipld_cbor::decode::read_map
pub fn read_map<R: Read, T: TryReadCbor>(
r: &mut R,
len: usize
) -> Result<BTreeMap<String, T>>
Reads a map of any type that implements TryReadCbor from a stream of cbor encoded bytes.