read_parent_map_msgpack

Function read_parent_map_msgpack 

Source
pub fn read_parent_map_msgpack<R, T>(zr: &mut ZipDocumentReader<R>) -> Result<T>
where R: Read + Seek, T: DeserializeOwned,