pub fn read_json_gzip_file<T: DeserializeOwned>(path: &Path) -> Result<T>Expand description
Reads and decodes the json gzip file, then deserialize it into the provided type.
pub fn read_json_gzip_file<T: DeserializeOwned>(path: &Path) -> Result<T>Reads and decodes the json gzip file, then deserialize it into the provided type.