from_reader

Function from_reader 

Source
pub fn from_reader<T, R>(reader: R) -> Result<T, Error>
Expand description

Decode a value from CBOR from the given reader.