Function libipld_cbor::decode::read_map_il [−][src]
pub fn read_map_il<R: Read + Seek, K: Decode<DagCbor> + Ord, T: Decode<DagCbor>>(
r: &mut R
) -> Result<BTreeMap<K, T>>
Reads a map of any type that implements TryReadCbor from a stream of cbor encoded bytes.