Function preserves::de::from_read

source ยท
pub fn from_read<'de, 'r, IOR: Read + Seek, T>(read: &'r mut IOR) -> Result<T>
where T: Deserialize<'de>,
Expand description

Deserialize a T from read, which must yield a Preserves machine-oriented binary syntax term corresponding to the Serde serialization of a T.