Function openweathermap::init[][src]

pub fn init(
    location: &str,
    units: &str,
    lang: &str,
    api_key: &str,
    poll_mins: u64
) -> Receiver<Result<String, String>>