[][src]Function ciborium::de::from_reader

pub fn from_reader<'de, T: Deserialize<'de>, R: Read>(
    reader: R
) -> Result<T, Error<R::Error>> where
    R::Error: Debug

Deserializes as CBOR from a type with impl ciborium::serde::de::Read