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

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

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