Function openweather::get_historical_data[][src]

pub fn get_historical_data(
    location: LocationSpecifier,
    key: &str,
    start: Timespec,
    end: Timespec
) -> Result<WeatherReportHistorical, ErrorReport>