Function cbor4ii::serde::from_reader[][src]

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

Decodes a value from a reader.