pub fn get_random_cities() -> &'static City
use cities_json::get_random_cities; println!("random: {:?}", get_random_cities());