Function ciborium::from_reader

source ·
pub fn from_reader<T: DeserializeOwned, R: Read>(
    reader: R
) -> Result<T, Error<R::Error>>where
    R::Error: Debug,
Expand description

Deserializes as CBOR from a type with impl ciborium_io::Read