Function preserves::de::from_reader

source ยท
pub fn from_reader<'r, 'de, R: Reader<'de, IOValue>, T>(
    read: &'r mut R
) -> Result<T>
where T: Deserialize<'de>,
Expand description

Deserialize a T from read, which must yield a Preserves term corresponding to the Serde serialization of a T.