[][src]Function openweather_rs::get_weather

pub async fn get_weather(
    appid: String,
    zip: String,
    unit: String
) -> Result<OpenWeather, Box<dyn Error>>