pub trait CityJSONReader { // Required method fn read_lines( &mut self, ) -> Box<dyn Iterator<Item = Result<String, Error>> + '_>; }