[][src]Function preserves::de::from_read

pub fn from_read<'de, 'r, IOR: Read, T>(read: &'r mut IOR) -> Result<T> where
    T: Deserialize<'de>,