pub fn read_stream<R>( reader: R, options: &ImportOptions, ) -> Result<CityModel, Error>where R: Read,
Returns an error when stream decoding or model reconstruction fails.