Function libipld_cbor::decode::read[][src]

pub fn read<R: Read + Seek, T: TryReadCbor>(r: &mut R) -> Result<T>

Reads any type that implements TryReadCbor from a stream of cbor encoded bytes.